tags:

views:

118

answers:

1

how to debug/step through a simple java 'main' application using netbean?

I want to set breakpoints and analyze the value of variables etc.

+2  A: 

Maybe this will help.

I find it hard to believe that there's nothing helpful in the NetBeans built-in help.

There's a debugging section in Sun's NetBeans tutorial.

duffymo
Unfortunately, I don't find it hard to believe at all.
BobMcGee
I'm not a NetBeans user, so I can't say how good their help is. None of this is difficult with IntelliJ.
duffymo