-
How do you turn off the remote debugger entirely for vice? I have been trying to get the remote debugger working on my mac but although it connects on port 6502 the UI never shows me any details. Wo…
-
Tried to run the 'calypsi-6502-hello-world' example in the db6502 debugger and I get a crash:
Calypsi debugger for 6502
(db6502) run
running
program received signal SIGILL, illegal instruction
…
-
...similar to `int3` on x86 architecture?
Rationale: I'm working on some 6502 code that gets relocated at runtime and so I don't know the address of any routines. It'd be nice to be able to drop so…
-
The 6502 specification does not belong in the cpu class and should be defined in its own class. The cpu should only implement some kind of protocol defining the methods instead of declaring them itsel…
-
Raised by Mark Lemmert in csa2p, "AppleWIN debugger question" [here](https://groups.google.com/forum/#!topic/comp.sys.apple2.programmer/I2QeFladxU8).
Is it possible to create a breakpoint condition…
tomcw updated
7 years ago
-
I thought of a way you could handle step-over and step-out in the debugger that should handle 6502-style idioms like push/push/rts without getting lost, and doesn't require reading every opcode from t…
-
I would like to expose variables (not functions) to the expressions that are not simple data items but I cannot find a way to do it .
Specifically - I am writing a 6502 emulator debugger. I want to…
pm100 updated
11 months ago
-
I've not coded on a C64 6502/6510 for almost 30+ years, since the Compunet days....and when reading up on this extension coupled with Kick Assembler and Visual Studio I've decided to try and take up c…
-
Running the following code on Channel F
`halt br halt`
and setting the program counter with the following sequence
```
emu.pause()
manager:machine().devices[":maincpu"].state["PC0"].value …
utz82 updated
3 years ago
-
As mentioned in a post by Chema on the Defence Force forums, it would be very useful to be able to debug emulated Oric code from a full featured debugger (like Visual Studio or GDB) in addition to usi…