prb28
prb28
@emoon, hi, I'm willing to create an debug adapter in my [vscode extension](https://github.com/prb28/vscode-amiga-assembly), and by the way help you on your work for fs-uae. Can you tell me, what would...
Did you look at other protocols like nodejs debug protocol : https://github.com/buggerjs/bugger-v8-client/blob/master/PROTOCOL.md ? I think that for asm learning purposes (I'm new to asm programming), a basic debugging (without copper,...
Thanks a lot for your answers and your great work, I'm digging into it...
The communication with the debugger is working, I had to modify some code to make the debugger wait for the vRun command from the IDE (it started too fast). @emoon,...
@emoon , ok, I will re-code your hunk parser (https://github.com/emoon/ProDBG/blob/master/src/crates/amiga_hunk_parser/src/lib.rs) in javascript to match the lines with the segments send by uae. @tonioni , thx, understanding debugmem.cpp, will be my...
Just a little preview, still a lot to do... There are some strange glitches in the stepping process and an error in the source line to pc link (previous line...
@rofl0r , No my "debugger" is just an extension to the editor : https://code.visualstudio.com/. The proxy to fs-uae (using the gdb remote serial protocol coded by @emoon) is in Typescript...
Still in a really early stage (full of non working options and bugs) but as a proof of concept I prepared an example repository: https://github.com/prb28/vscode-amiga-wks-example. The binaries (vasm, fs-uae and...
You have the result in the status bar: With ``` asm COPPERLIST_SIZE = 1000
Yes it's one of the firsts features... deserves to be changed.