Search found 2 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 20 Aug 2017 10:59
- Forum: Development
- Topic: Plugin development in Netbeans: breakpoints not working.
- Replies: 1
- Views: 24908
Re: Plugin development in Netbeans: breakpoints not working.
Solution was to start from scratch and build a new plugin. For some reason the plugin was installed but never updated when I executed, and thus it never hit the code.
- 20 Aug 2017 09:06
- Forum: Development
- Topic: Plugin development in Netbeans: breakpoints not working.
- Replies: 1
- Views: 24908
Plugin development in Netbeans: breakpoints not working.
ff.jpeg Hi, I'm developing a Gephi (filter) plugin in Netbeans and although the plugin run fine, running it in debug mode with a breakpoint never breaks (although I'm sure to hit the code). How can I ensure it breaks so I can step through my code? These are my steps: -Install NetBeans & Maven -Inst...