On Thu, Jul 25, 2002 at 01:08:51AM +0200, Max wrote:
Maybe it's a stupid question, but... is there a way to hard-code a breakpoint ? I need to check a bit of code that gets called too many times and I'd like to put a conditional breakpoints compiled in code; no way to use winedbg built-in conditional breaks, the condition is too complicated.....
Just call DbgBreakPoint();
Ciao, Marcus