Skip to content
Advertisement

Tag: netbeans

Netbeans Cpp compiles and runs project, but not test with cppunit

I have a C++ project using libraries such as wiringPi and MySQL Connector. My regular project compiles normally when I run it. When I try to Test one of my tests, it fails building the project. Here’s the output: The tests used to work before the implementation of the DatabaseAdapter & SerialDriver classes. I have added library options to the

PHP Xdebug Netbeans Breakpoints

After working fine, with no config changes for months xdebug/netbeans is now useless. I can create breakpoints but whenever it has ‘stepped in’ to a further scope its impossible to step thru and simply jumps out of the inner scope to the caller. There are no exceptions generated. Using tail -f xdebug.log shows breakbpoints being correctly created / removed, Netbeans

Raspberry PI remote debug GTK error

I’m using NetBeans IDE 8.0.2 on my Win7 machine to develop Raspberry Pi opencv C++ application. I’m building & debugging the application remotely on the Raspberry Pi from my Win7 machine. At run time the application fails with “Gtk-WARNING **: cannot open display:” error when reaches the line: When I’m running the exact same application from the Raspberry Pi and

NetBeans GUI builder: “loading…” message

Sample project from the NetBeans tutorials set contains only one Swing form (empty JFrame), compiles and runs fine, but I can’t change layout of the form and add elements in it with the NetBeans GUI buider since it shows only empty placeholder with single “loading…” message. Any clues how to fix it would be highly appreciated. Kubuntu 12.04, Openjdk 1.7,

Advertisement