Hi Grego > I tried to look for gdb command line in Qt Creator, as I wanted to set a > breakpoint to a function by name, like "b open" from gdb command line. > Is there a way to do it? If i remember correctly you can open the gdb command view and type blindly your command. But it might bring QtCreator out of sync with the debugger, depending on the commands.
Tim _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
