Re: Debugger problem on WIndows 2.2 PD Edition
- Posted by Derek Parnell <derekp at solace.com.au> Sep 15, 2000
- 431 views
>I seem to get strange errors when I press "!" in the debugger. >If I remove the trace(1) everything works as you would expect, >if I step (by pressing enter) through the program it works, > >but if I press "!" I get errors like variables haven't been defined when >they have. > >Can anyone explain why?? >Or is it a bug? > >Thanks > >Ray Smith Hi Ray, this is the expected behaviour for trace. The "!" key means "Abort the program now!". It leaves various debug details in the EX.ERR file. ----- cheers, Derek Parnell