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

debug save location cwd #218

Closed grahambates closed 1 year ago

grahambates commented 1 year ago

Change emulator cwd so that debug_load/debug_save writes files relative to the workspace directory.

This only works for FS-UAE. CWD doesn't seem to have any effect on WinUAE, but I left it as-is just in case there are any unintended side effects that I missed.