Is it possible to set break points for JavaScript in Netbeans 7.2.1? I have Netbeans 7.2.1 running on OpenSUSE 12.1 and am developing PHP and JavaScript in the PHP module.
I am using two files: a php file called index.php and a JavaScript file called example.js. They both run fine but I am unable to set any break points in example.js and the break points in index.php appear as broken and have no effect when I run the program in debug mode.
I have installed xdebug-2.1.1 which I did after receiving errors messages when running my program in netbeans. Consequently, I no longer get the error messages but this has not helped with the break point problem.
Thanks,
Peter.