Ability to break in code
Opened this issue · 1 comments
paulscottrobson commented
It's quite useful to have the option to put a breakpoint in your source code. Saves faffing about looking up addresses, you can just inline in code.
One option is to break on an opcode e.g. $76 (HALT). Another way (the TI84 CEmu emulator does it this way) is to trigger it with a write to $FFFFFF
Many thanks, Paul.
tomm commented
Hm, yeah. That sounds useful. I'll have a think about it