Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Debugging without entering into the Qt Libraries/Famework (set auto-solib-add off ???)

$
0
0
Hi, I am trying to debug a program an using “step into” command I often enter the Qt Libraries/Famework source code. I would like to avoid doing that. Searching the WEB (link [stackoverflow.com])I found that it seem possible by using the GDB command : set auto-solib-add off I tried to but it in the Tools->Options->Debugger->Gdb->Additional Startup Command text box. But that does not work. I also some posts that said that adding the command to the .gdbinit file was working. Tried it but didn’t get it to stop the display of the Qt source code Anybody has experienced with that and got it to work ? Eric CONFIQ Qt Creator version 3.11 Qt 5.2.1 (GCC 4.6.1, 32 bit) DEBIAN Linux Wheezy

Viewing all articles
Browse latest Browse all 2113

Trending Articles