Adding gdb command via Creator seems to have no effect
Unsolved
Qt Creator and other tools
-
Hi
(Qt 5.9, gcc 6.3 linux)
We want to skip certain files.
if we enter
skip file stl_vector.h in gdb console
it will skip over
std::vector<std::string > test;But here comes the question.
How can i add that permanently so its always done when i start debugging?I tried to add to these places 3 and even its seen in the gdb log, it has no effect what so ever.
So what am i missing ?
also tried to put it in .gdbinit in my home folder but had no effect either.