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

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.


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.

Thanks for all the great work on QtCreator!
-- 
- Campbell
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to