prb28 / vscode-amiga-assembly

Amiga Assembly extension for Visual Studio Code
GNU General Public License v3.0
178 stars 12 forks source link

Breakpoint not hit and stepping in function not correct #260

Closed prb28 closed 1 year ago

prb28 commented 1 year ago

The bigger problem is the handling of breakpoints. These are set incorrectly or not triggered at all. If you start the project and end up in the debugger ("stopOnEntry": true) and then press F11 to continue to the InitSystem jump, the "function" from the startup.s file is not displayed, but a wrong position in the main.s file. grafik

If you set a breakpoint in the files asset.s on the function AllocAssetMem, it is not triggered.

The problem does NOT exist with version 1.6, in which the code can be stepped through and debugged properly. grafik

Description in https://github.com/prb28/vscode-amiga-assembly/issues/259

prb28 commented 1 year ago

@grahambates Can you please look at this issue ?

grahambates commented 1 year ago

Yeah sure. I can reproduce the issue. I'll have a go at fixing it tomorrow.