Author Topic: Problem with debugging  (Read 3293 times)

webgene

  • Guest
Problem with debugging
« on: June 15, 2007, 12:02:06 am »
When I try to debug my program after some steps I am starting to receive following message from C::B :

Program received signal SIGTRAP, Trace/breakpoint trap.
In ntdll!DbgUiConnectToDbg () (ntdll.dll)

When I try to continue by pressing Ctrl-F7 it says:

Continuing...
Program received signal SIGTRAP, Trace/breakpoint trap.
In ntdll!DbgUiConnectToDbg () (ntdll.dll)


What does that mean?