[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: assembly debugging
schmidtd wrote:
> Guillaume Tello wrote:
> > how to debug a program? to trace it step by step?
> > is the monitor the only solution?
>
> I like to debug with an emulator. AppleWin
> (http://applewin.berlios.de/) has nice step and inspect capabilities.
I second that. Using AppleWin's debugger is the best way to inspect
and analyze your code. You can also import your symbol table so it is
easier to figure out where it is in respect to your code.
(I'd recommend using a cross assembler on something with more than
80x24 characters on the screen -- such as Acme -- but that's just a
personal preference.)