PDA

View Full Version : netbeans C++ debugger



Elisei
November 26th, 2007, 03:42 AM
hello !!

does anyone know if there is a way to view the local variables of a class in C++ netbeans debugger. In debugger i can see "this" variable but no "+" beside it .
Would that be gdb limitation or is there a setting i could alter in netbeans?

Majorix
November 26th, 2007, 03:55 AM
Netbeans is not the best IDE for C++ out there... Have you tried KDevelop, Geany or Eclipse?

tyoc
November 26th, 2007, 04:08 AM
In my case I will go with nb instead of Eclipse (at less there was a project that slow to much Eclipse), just my case, Eclipse is good too.

See in the locals, in the actual release candidate it show a "triangle arrow" before this... and IRC it show it in prior versions too.