Difference between revisions of "Ozone"

From SEGGER Wiki
Jump to: navigation, search
m
(25 intermediate revisions by 5 users not shown)
Line 4: Line 4:
   
 
__TOC__
 
__TOC__
  +
Related articles
   
  +
* [[Add Expressions to the Watch Window]]
[[Using snapshots]]
 
  +
* [[Automated Tests with Ozone]]
 
[[Automated Tests with Ozone]]
+
* [[Dual Core Debugging with Ozone]]
  +
* [[Debug on a Target with Bootloader]]
 
  +
* [[Debug Bootloader and Application in same Ozone project]]
[[Dual Core Debugging with Ozone]]
 
  +
* [[Semihosting with Ozone]]
 
[[Debug on a Target with Bootloader]]
+
* [[Using Snapshots with Ozone]]
  +
* [[Extending Disassembly with Ozone]]
 
  +
* [[Setting Up Trace with Ozone]]
[[Add Expressions to the Watch Window]]
 
  +
* [[Startup Completion with Ozone]]
  +
* [[Remote Debugging with Ozone]]
  +
* [[Analyzing Cortex-M Faults with Ozone]]
  +
* [[Ozone Debug and Trace with RAM Functions]]
  +
* [[Ozone detects wrong application entry point]]
  +
* [[Make Ozone projects portable]]
  +
* [[Data Graph window missing from Ozone]]
  +
* [[How to fix tiny tool bar icons on Windows with high resolution screens]]
  +
* [[Zephyr RTOS awareness in Ozone]]
   
 
[[Category:Software Tools]]
 
[[Category:Software Tools]]

Revision as of 09:58, 3 May 2021

Ozone is a full-featured graphical debugger for embedded applications. With Ozone it is possible to debug any embedded application on C/C++ source and assembly level. Ozone can load applications built with any tool chain / IDE or debug the target's resident application without any source. Ozone includes all well-known debug controls and information windows and makes use of the best performance of J-Link and J-Trace debug probes. The user interface is designed to be used intuitively and is fully configurable. All windows can be moved, re-sized and docked to fit the need of any developer.

Ozone is more than a simple debugger. Its various features, including trace, code profiling and code coverage analysis make it a powerful performance analyzer, which enable you to get full system insight, to track down inefficiencies and bugs, and to make your products even better.


Related articles