prb28
prb28
I've added an option to enable it, by default it is disabled because it may hide some compile errors. We will set it to enabled by default when it is...
I’ll try to do a release this weekend. After that your asmone feature will be enabled by default in 0.18 release. For your problem it remembers me this thread :...
@gljubojevic do you have some progress on this feature to add in the 0.18 release ?
There no hurry, I keep it in standby. Thanks
A standard debugger does not store the previous values for the registers. It's more common to do a step debug and watch what's happening to your values in real time.
Did you try the step over `F10` instead of step into `F11`?
If you are on windows try to run with winuae. You may step inside system libraries.
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.
Do you have another amiga extension installed ?
I think I understand the issue. The extension may not be well initialized if you do not open a ".s" file. Can you try : - Type F1 - type...