Debugging with gdbgui and J Link - michael-ring/mbf GitHub Wiki

Another very good way to debug your code is gdbgui. It sits nicely between Lazarus and Ozone, Debugging is quite stable, User Interface is intuitive, but it is not as low-level as Ozone.

Another big advante of gdbgui is that it also works with other debug-probes that provide a GDBServer which makes it the number one choice when using a cheap ST-Link clone from china or a Raspberry-Pi based Probe.

To install go to their Homepage and check the installation instructions:

GDBGui Homepage

gdbgui is not fully supported to run on Windows, but it has a server mode and a quick check showed that there are docker images available which may be a a good way to run it (or use a raspberry pi as combined debug probe and gdbgui server and use it from a browser on your main Windows box.