BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
303 stars 38 forks source link

Setting new values in the debugger #257

Open m0ppers opened 2 months ago

m0ppers commented 2 months ago

I am unsure if this is a bug or just a missing feature.

When I pause execution and try to modify variables in the debugger I am getting the following error:

Could not continue: Variable object not found (from var-assign y 20)

This happens for all variables. Global and Local. Bug or missing feature? I have tried it under Windows and Linux and the result is the same.