Debugging
ON-TARGET DEBUGGING
Debug on the target, not on your bench.
The platform gives you a complete development environment, paired with automation that lets you seamlessly deploy and validate every change on your chosen target: Whether that's your own hardware, your customer's or hardware the platform provides, from a single board to a full HiL system.
Nothing to set up. No drivers, no probe config, no borrowed board.
Same conditions every run. Same board revision, same toolchain, clean state, so a failure is easier to reproduce.
On-demand debug session on the target. GDB over JTAG/SWD, trace output, register and memory state, bus access, full toolchain.
You know early whether a change holds on real hardware.
DEBUG ASSIST
From manual search to guided investigation.
When a run fails on the target, the change, the build and test output, the logs and the traces are already on the platform. The assistant is also part of it and correlates the data automatically, then hands you the most likely cause.
No more manual digging. No tracing through logs, configs and code to find where things went wrong, no reconstructing what happened from timestamps.
A likely cause, with the evidence behind it. The code lines that changed, the config that differs from the last passing run, the hardware state when it failed. You verify it instead of just trusting it.
You spend your time fixing the cause, not hunting for it.


