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?