From: desertkun <des...@gm...> - 2021-09-19 14:54:37
|
Hello. I have opened a merge request which will add a new feature to fuse: gdbserver https://sourceforge.net/p/fuse-emulator/fuse/merge-requests/9/ This change allows Fuse to be debuggable on *source level*. Thus, compiler toolchains that can understand gdb protocol, could connect to Fuse and properly inspect it. For example, z88dk, a rather popular compiler for the zx spectrum, has a tool, z88dk-gdb, which is compatible with this. Session example: [image: pppppppp.png] I've spent some time on polishing this, so this is pretty much ready to go as is. However, should you have any questions, please let me know. Regards. |