|
From: Duncan M. <mi...@mu...> - 2003-10-25 06:39:42
|
Is there a simple function or macro to put into code to trap to the debugger (using Insight on top of gdb)? I've tried DebugBreak (a windows.h function), but it traps first somewhere in the Windows library, and I need to single step to get into my own code. I'd like Insight to stop right on the source line that asked for the trap. Duncan Murdoch |