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
314 stars 39 forks source link

Configurable ram size #79

Closed tehKaiN closed 2 years ago

tehKaiN commented 2 years ago

This allows to configure the memory size regardless of configuration default. This is helpful if e.g. targeting OCS with 2MB of CHIPmem (basically A500+ or A600 with expanded mem) without needing to use config with beefier CPU or introduce additional hard-coded configs.

I'd add description for fields when hovering in launch.json edit but dunno where it's stored. Tried to search for adjacent fields description but found nothing. :( Never mind, found it in package.json!

This time I've actually took the effort and tested it, so it should be good. ;)