vscode-amiga-assembly icon indicating copy to clipboard operation
vscode-amiga-assembly copied to clipboard

Debugging on crash doesn't work

Open Bippym opened this issue 4 years ago • 1 comments

If my program crashes, or gives an exception error the program freezes, but I cannot view anything. Registers, memory etc.. not activated, Makes debugging crashes a little harder.

Is it possible when a crash occurs and the exception is raised we can go back and view code?

Bippym avatar Apr 22 '21 20:04 Bippym

You can activate the exceptions breakpoints in the debugger and maybe change the exception mask : https://github.com/prb28/vscode-amiga-assembly/wiki/Debugging-emulator#traps-68000-exception-vector-numbers---source It won't catch everything, but some of them.

prb28 avatar Apr 24 '21 08:04 prb28