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

Add floppy or hard drive to emulator while debugging #220

Closed rben-dev closed 1 year ago

rben-dev commented 1 year ago

Hi,

First of all great work for this extension!

I wondered if there was a way to add a floppy adf or hard disk drive file in the emulator configuration so that a program reading them could be debugged (note : i am under Linux, hence using fs-uae behind the scene).

Thanks in advance for the help!

BartmanAbyss commented 1 year ago

Extension automatically mounts executable's directory as dh1:, allowing for reading and writing files.

would that work for you?

rben-dev commented 1 year ago

Thanks @BartmanAbyss for the hint, sorry I missed that in the documentation!