Search found 6 matches
Re: Debugging
Also, the disassembly shows A0-A7, which is what's expected for a 68000 but the register watch window shows A1-A8. That's kind of confusing for debugging work.
Debugging
Are there any tutorials for Watchpoints and Breakpoints?
When I create watchpoint, I don't seem to be able to edit it, once it's saved. Also, there are several options that aren't clear to me. I'm trying to break when a memory value is changed. I remember using this before but I can't seem to ...
When I create watchpoint, I don't seem to be able to edit it, once it's saved. Also, there are several options that aren't clear to me. I'm trying to break when a memory value is changed. I remember using this before but I can't seem to ...
- Tue Jun 02, 2015 4:57 am
- Forum: Exodus
- Topic: Exodus 2.0 + Open Source Release
- Replies: 105
- Views: 444785
- Thu Apr 02, 2015 6:43 am
- Forum: Exodus
- Topic: Simplified release of Exodus 1.1 coming soon
- Replies: 34
- Views: 75080
- Thu Jul 03, 2014 8:40 pm
- Forum: Exodus
- Topic: Bug reports?
- Replies: 48
- Views: 112538
- Mon Jul 08, 2013 12:10 pm
- Forum: Exodus
- Topic: Debugger Problem
- Replies: 0
- Views: 21908
Debugger Problem
Hi! Thanks for the cool emulator.
I've noticed a bug in the debugger where registers don't get updated. Particularly, I'm seeing A1 not get updated after:
MOVEA.L $C(A6), A1
Later on, it's really confusing because A1 shows an address different from what it gets data from!
MOVE.B $2(A1), D0
The ...
I've noticed a bug in the debugger where registers don't get updated. Particularly, I'm seeing A1 not get updated after:
MOVEA.L $C(A6), A1
Later on, it's really confusing because A1 shows an address different from what it gets data from!
MOVE.B $2(A1), D0
The ...