j
jaipkg.dev
packages / library / jai-raddebugger

jai-raddebugger

a485e13library

Integration with RAD Debugger from jai

MIT · updated 10 months ago

RAD Debugger markup integration module

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.md that is included in RAD Debugger release, or output to build directory.
  • The mule_main example program shipped with the RAD Debugger. This can be built with build.bat mule_main mule_module mule_hotload

Tested with RAD Debugger v0.9.21-alpha.