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

Following code causes freezing/issues

Open Bippym opened this issue 4 years ago • 2 comments

When debugging if I step into a system call, or a routine not part of the compilation a new window is opened and is "loading" forever while emulation/debug is running. It would be useful to have an option to auto step through, or follow the code properly.

Bippym avatar Mar 14 '21 21:03 Bippym

Did you try the step over F10 instead of step into F11?

prb28 avatar Mar 15 '21 20:03 prb28

If you are on windows try to run with winuae. You may step inside system libraries.

prb28 avatar Mar 15 '21 22:03 prb28