PDA

View Full Version : Netbeans IDE - Debugging Qt apps



johnnyturbo3
27th January 2011, 11:32
Hi,

Is there a way to debug Qt apps (C++) in Netbeans and also view variable values? I've been using Netbeans for a while and I much prefer it to all the other IDEs that can be used to develop Qt. The only problem is I can't view/see variable values (such as QString) when debugging.

Is there anything I can change - perhaps the Debugger Command in the C++ tool collection?
5828

Ginsengelf
27th January 2011, 14:49
Hi, you can configure the GDB to show those variables. I'm not sure about syntax etc. but maybe you can copy some files from QtCreator.

Ginsengelf