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

Any chance of a Linux port? #83

Closed torkildl closed 2 years ago

torkildl commented 2 years ago

For Amiga dev., I use FS-UAE and Atom, but debugging only in the console debugger. I would love to use this, but I don't use Windows.

What would it take to port this to Linux? I think you'd have to adapt the WinUAE-bit to interact with FS-UAE instead. Would that be enough?

BartmanAbyss commented 2 years ago

Yeah, unfortunately, that's a lot of work. Sorry. Maybe Wine or VM?

torkildl commented 2 years ago

That's what I thought. Wine is just a bit too slow, I think. A VM might be OK. I'll certainly check it out. I've gotten used to Atom and the console debugger, but its kinda bare bones setup compared to what you've built here...