#define DebugBreak asm("int $3\n" )
A symbol used to cause a debugger to break at a certain point. Sometimes dynamicly loaded plugins can be hard to set the breakpoint in the debugger, so it becomes easier to recompile with a breakpoint in the right place.
DebugBreak();
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|