开发者

View execution line in netbeans

How 开发者_如何学Ccan view the execution line used by netbean v6.8 to execute my java application when I press the run program button (right pointing green arrow)? I'm looking for something like:

java -cp build/class Main

I'm trying to make the jump to java IDE developement from 15 years writing c and c++ with vi. I'm starting with netbean since it seems to have the best vi key bindings.


I figured out what I was looking for. Tools->options->Ant tab, where is says 'Verbosity level' set to debug. Then run the application and look for 'Complete build sequence is [run, ]', a few lines down from that is the execute statement, in ant exec format.


If you want to debug your application, you have to select the option "Debug" and not "Run". In the "debug" option you can set breakpoints and execute the program step by step.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜