On Tue, Nov 02, 2010 at 11:35:47PM +0100, Tim Sander wrote: > 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.
Yes, that's not advisable in this particular case where the feature is properly accessible through the Gui. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
