Debugger
Live fixed-point vs. float variable inspection, attached to a real running build.
What it does
Attach to a Visual Studio, VS Code (DAP), or GDB session and bind a fixed-point variable to its float counterpart. The pair is polled live, plotted side-by-side, and tagged with MLD markers so you can see where precision drifts in time — without rebuilding to instrument the code.
Backends
- Visual Studio — attach via the running debug session.
- VS Code (DAP) — attach via the Debug Adapter Protocol.
- GDB — attach to a local
gdbserveror runninggdb.
Per-pair features
- Q-factor auto-suggest based on observed range.
- MLD markers overlaid on both float and fixed plots.
- In-place editing — write a new value back to the running process.
Open Debugger from the activity rail's mode switcher to start.