On Wednesday 22 September 2010 05:25:18 ext Campbell Barton wrote: > Hi there, from using QtCreator daily for some months now I have a few > questions. > > 1) Is there a way to open a file in a running QtCreator to open a file > at a spesific line number > /opt/qtcreator/bin/qtcreator -client /d/outliner-visibility-update.patch > ... but what if you want to open it at a certain line? eg, > /opt/qtcreator/bin/qtcreator -client /d/outliner-visibility-update.patch +672
None that I am aware of. Sounds doable, though. > I'd like this because I use valgrind and other tools that give > file/line pairs, without a QtCreator plugin for each tool its still > nice to be able to open the exact line of the error. > > > 2) Is there any way to access gdb command line in QtCreator?, realize > this probably conflicts somewhat with GUI debugger integration but Im > used to it and find I still use ddd a bit because of it. Sort of. You can use the left pane of Windows->Views->Debugger for typing in commands and sending them to gdb using Ctrl-Return > 3) is there a way to view a struct in the debug 'Locals and Watchers' > tab (debugging C code), that doesnt arrange the members in > alphabetical order? Id like it to just use the order they are defined > in. in some cases its important because structs share #define'd > headers but mostly Im just used to it. No, but there's already a request for such a feature: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1608 Andre' _______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator