Thanx to all for answers ! I was thinking about it since one week... hemmm ... :-)
Another question... There's someone that have tested borland debugger in remote mode with wine ? I did it but without success.... I think it's one of most confortable debuggers out there, but had no success yet to make remote part to communicate with the gui part.... Regards Max Subject: Re: Re : Coded breakpoints From: Vincent Béron <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Copies to: [EMAIL PROTECTED] Date sent: 23 Jul 2002 19:58:58 -0400 > Le mer 24/07/2002 à 19:31, Max a écrit : > > Never mind, if WAS a stupid question :-) > > For who needs it too, just add > > > > __asm__("int $0x03\n\t") ; > > > > at the required point, maybe inside an huge if(....) > > Or just a normal breakpoint after the innermost if, on a valid but > useless statement. No? > > Vincent >