• Howto Run Netbeans in Debug mode

Document Actions
Replies: 1   Views: 4455
Up one level
You need to be a registered member to post to this forum. Register now.
Prev topic | Next topic

 • Howto Run Netbeans in Debug mode

Posted by edwardotis at 2004-10-05 04:39
It can be very helpful to see how Netbeans is interacting with the Buildap plugin. By looking at the debugger output, I have noticed that Netbeans cannot find the MessageBox part for the HelloWorld example. Hence, no java message box ever shows up.(I'll post about this separately.)

So, here's how to start the debugger mode:


Change your shortcut or alias to the Netbean executable by removing the 'w' from the executable name:

from-
Target: C:\Sun\NetBeans3.6\bin\runidew.exe

to-
Target: C:\Sun\NetBeans3.6\bin\runide.exe

Thanks to Emory for showing me this.

-Ed
Anonymous
Posts: n/a

 • Re: Howto Run Netbeans in Debug mode

Posted by amehrabyan at 2004-10-13 14:02
actually it just console mode, not debug, and the outputs are the outputs of buildap plugin,
in final version of plugin there will not be outputs,
Manager
Posts: 2