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

New targets (Debug, Release, Final, Shrinkler). [updated to 1.6.8] #200

Open davidcanadas opened 1 year ago

davidcanadas commented 1 year ago

This PR provides replaces built-in targets AROS, A500, A1200 and A4000 with more specific targets:

Release

Debug

Final

Shrinkled

Potential improvements:

Related to: https://github.com/BartmanAbyss/vscode-amiga-debug/issues/52 Replacement for https://github.com/BartmanAbyss/vscode-amiga-debug/pull/127 (which became outdated).

PS: This is my last Pull Request for now :) (It's the only actual difference between the extension and my fork). Maybe is too specific and out of the scope of the template, however it is worth the try!