From: Shawn Jefferson (sjefferson_at_sd62.bc.ca)
Date: 2003-02-06 17:22:43
>>> Ullrich von Bassewitz <uz_at_musoftware.de> 02/06/03 01:46AM >>>
>To use the debugger module, include <dbg.h>, and call the initialization code
>at program start:
>
> DbgInit (0);
>
>Then, compile one or more breakpoints into the code using the BREAK() macro.
>If the program reaches a breakpoint, the debugger screen will pop up
>(destroying your program output). Among other things, it displays both stacks,
>the parameter and the CPU stack ("CS" denotes the current C stack pointer).
>Please note that you will have to use "s" to skip the BRK instruction
>generated by the BREAK macro before you can single step through your code.
>
>Don't know if this helps, but it's probably worth a try.
Thanks, I will try that.
To the other person who replied: I'm not using interrupts.
¯
Shawn Jefferson
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-02-06 17:23:43 CET