Debugging optimized builds skill for diagnosing issues in release code. Use when debugging RelWithDebInfo builds, using -Og for debuggable optimization, working with split-DWARF, applying GDB scheduler-locking, reading inlined frames, or understanding "value optimized out" messages. Activates on queries about debugging optimized code, RelWithDebInfo, -Og, inlined functions in GDB, value optimized out, GDB with -O2, or debugging release builds.
$npx -y skills add mohitmishra786/low-level-dev-skills --skill debug-optimized-buildsInstalls into the current project.
Run `npx skills use "https://github.com/mohitmishra786/low-level-dev-skills" --skill "mohitmishra786/low-level-dev-skills/debug-optimized-builds"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mohitmishra786/low-level-dev-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mohitmishra786/low-level-dev-skills"` and select the relevant skills, then follow their instructions.