Coded breakpoints

David Hammerton david at transgaming.com
Tue Jul 23 19:24:48 CDT 2002


You could do a "raise(SIGSTOP)", or if your lazy, "raise(19)".

Replace SIGSTOP with your faviourate signal.
I know that works when debugging with gdb, I guess it should with winedbg...

David

On Thu, 25 Jul 2002 01:08:51 +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.....

-- 
David Hammerton
programmer
TransGaming Technologies Inc.
http://www.transgaming.com
david at transgaming.com




More information about the wine-devel mailing list