Ozone for Any Debug Probe via the GDB Server Interface
Ozone is accessible to a much broader range of developers. A GDB Server enables communication between the debugger and a target device. While GDB runs on the host machine, it cannot directly access external hardware. The GDB Server manages this connection by receiving commands from GDB, executing them on the target, and returning the results.
This setup allows remote debugging of embedded systems. Features such as
- Breakpoints
- Single-step execution
- Memory inspection are supported using standard debugging tools
Ozone GDB server support: https://www.segger.com/products/development-tools/ozone-j-link-debugger/technology/ozone-gdb-server-support/
SEGGER's Ozone for simulators and third-party probes: https://www.segger.com/news/pr-250909-ozone-simulators/
How to use SEGGER's Ozone Debugger: https://www.youtube.com/watch?v=pOqInhMclk4
0 Replies