How to get maximum debug information with GHS Compiler?

17-Sep-2024

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.

Was this answer helpful?