Categories

Compilers
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.
winIDEA Callstack: Issues with display 11-Jan-2024
Callstack Window doesn't show current call stack content or displayed info is incorrect. Possible solutions: Compiler optimization Compiler can optimize the code to an extent that the required information being used by the debugger to extract theCall Stackcontextis not available or just no...
winIDEA: Variables missing from the structure 18-Apr-2024
Variables missing from the structure or two structures in the ELF with the same name but slightly different types are usually caused by compiler excessive code optimization. Possible solution: winIDEA offers an option to control the resolution of variable locations from Symbol table. 1. Op...
winIDEA: Cannot build EVE scripts 22-Jul-2024
You encountered an error message Can not build EVE script! See Progress view for errors when attempting to start the debug session. The error can be triggered when: Any of the files inside the installation folder winIDEA\eve or eveGcc folder are missing or corrupt Any of the device cpp/h f...
winIDEA Editor: Source-level debugging not available 23-Nov-2023
This topic describes what to do if winIDEA Editor window shows inconsistent or no glyph margin (grey strip or column on the left side of the Editor), icons (glyphs, LoC (Line of Code) markers, debug line symbols,...) for debugging of the opened source file thus disabling source-level debug...