🎉 We're happy to announce new public releases 🎉

  • TriCore v6.2r2 Inspector v1.0r8 - An automated method for identifying toolset issues in compiled output code
  • VX-toolset for Arm - v8.0r1 - A certified compiler toolset for safety critical embedded software development on Arm cores
Contact us to get access

winIDEA: How to get maximum debug information with GHS Compiler?

19-Feb-2025

Solution

These command line options provide maximum debug information when using GHS Compiler:

dual_debug
full_debug_info
Omoredebug


You should not use ignore_debug_references compiler command line option.

For more information refer to Missing callstack information when using GHS Compiler.

Was this answer helpful?