🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
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?