Code::Blocks Forums

User forums => Help => Topic started by: webgene on June 15, 2007, 12:02:06 am

Title: Problem with debugging
Post by: webgene 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?