prb28 / vscode-amiga-assembly

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

[Feature] Disable VSCode debugger via config #276

Open Real-MJoe opened 10 months ago

Real-MJoe commented 10 months ago

It would be a nice feature if you could disable the VSCode debugger via config. So that WinUAE is started without a connection to VSCode. This would then make it possible to use WinUAE's internal debugger.

grahambates commented 10 months ago

There's a "noDebug": true option in the launch args that shoud allow this, however I can see that the JSON schema currently doesn't include it so you get a validation warning. I'll add it.