Using GDB Skip commands
When stepping through code in CLion, I don't wish to step into certain included libraries (ie i have no interest generally in stepping into std::map inside stl_map.h or std::make_shared inside shared_ptr.h). I am using GDB 7.11.1. Since GDB 7.4 there has been the ability to Skip file and Skip function which should achieve this (https://www-zeuthen.desy.de/unix/unixguide/infohtml/gdb/Skipping-Over-Functions-and-Files.html). Is there anyway through the IDE to call these skip functions?
I have tried setting Debugger>stepping in the settings, however this does not appear to work.
Please sign in to leave a comment.