Nova editor extension using vAmiga #812
DidierMalenfant
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Your project looks very promising to me. Will your plugin communicate with the emulator via a GDB-like protocol? There is already some code in vAmiga for that (GDB server). It had been implemented a while ago to integrate vAmiga into prb28's vscode plugin (see #618), but this project was never completed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm toying with making an extension for nova which would be similar to bartman's vscode-amiga-debug extension but macOS native.
I have a
vbcc/vasm
toolchain already up and running in Nova and now I'm onto building an ADF image and running it on an emulator. I'd love to include and use vAmiga because the codebase is really clean compared FS-UAE, and it's very macOS friendly.There are a few things that will need to be added so I'm going to use this thread as a way to make sure I don't wander in the wrong direction with my contribution to the project.
I was thinking that #809 would be a good one for me to start on if no one else is tackling it. I'll post on that issue to seek guidance on how to get started.
Beta Was this translation helpful? Give feedback.
All reactions