Difference between revisions of "Ozone"

From SEGGER Wiki
Jump to: navigation, search
m
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.
+
[https://www.segger.com/products/development-tools/ozone-j-link-debugger/?mtm_campaign=kb&mtm_kwd=Ozone 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 [https://www.segger.com/products/debug-trace-probes/?mtm_campaign=kb&mtm_kwd=Ozone 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.
 
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.
Line 22: Line 22:
 
* [[Make Ozone projects portable]]
 
* [[Make Ozone projects portable]]
 
* [[Data Graph window missing from Ozone]]
 
* [[Data Graph window missing from Ozone]]
* [How to fix tiny tool tips on Windows and high resolution screens]
+
* [[How to fix tiny tool bar icons on Windows with high resolution screens]]
  +
* [[Zephyr RTOS awareness in Ozone]]
  +
* [[How to debug an Arduino Sketch with Ozone and J-Link]]
  +
* [[Ozone in a WSL environment]]
  +
* [[Ozone Tested OS versions & distributions]]
  +
* [https://wiki.segger.com/UM08001_J-Link_/_J-Trace_User_Guide#Low_Power_Debugging Low Power Debugging in J-Trace user guide]
   
 
[[Category:Software Tools]]
 
[[Category:Software Tools]]

Latest revision as of 13:06, 31 May 2024

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