The RAD Debugger provides lib_raddbg_markup that lets you do various integration with the debugger from your source code. This module lets you do that stuff from jai. My primary motivation for doing this was to be able to define "type views" for jai types in code, without having to enter them into the debugger ui.
To get started you can compile the example program jai example.jai -x64 and run it in the debugger. For more information see:
- The
raddbg_readme.mdthat is included in RAD Debugger release, or output to build directory. - The
mule_mainexample program shipped with the RAD Debugger. This can be built withbuild.bat mule_main mule_module mule_hotload
Tested with RAD Debugger v0.9.21-alpha.