🎉 TriCore v6.3r1p10 available! We're happy to announce the public patch release of TASKING VX-toolset for TriCore v6.3r1p10. Contact us

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?