IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Parker on December 25, 2005, 08:21:14 PM

Title: Breakpoints
Post by: Parker on December 25, 2005, 08:21:14 PM
In IBasic, we'd write STOP which would emit a INT 3 instruction (breakpoint exception). But STOP doesn't look like a command in Aurora (doesn't highlight, at least) and other debuggers just have you mark a breakpoint and stop when it gets there.

So I was just wondering, how will we signal a debug breakpoint, and if a better debugger will be included. It'd be much more useful if variables could be included in the debug info.
Title: Re: Breakpoints
Post by: Zen on December 26, 2005, 09:05:33 AM
Yeh i would love to see variables in the debug. Ive needed to be able to do it so many times.

Lewis
Title: Re: Breakpoints
Post by: Bruce Peaslee on December 26, 2005, 09:46:33 AM
If you code right the first time, you wouldn't need a debuggerÂÃ,  :o

Seriously, I would like to see some good error-handling capability. I learn by mistakes, which is why I'm so smartÂÃ,  :D