Hello,
I just installed NetBeans 5.0. I have a little project. Everything builds fine.
I can run the program (F5).
I can set a breakpoint and the IDE reports the program is stopped at the
breakpoint, except there is no 'green arrow' in the source window pointing
into the line where the breakpoint occured.
If I try to step (F8) or step into (F7), the program continues execution, as
if I had pressed (ctrl-F5) instead.
Where am I going wrong?
Thanks,
retsom
I just installed NetBeans 5.0. I have a little project. Everything builds fine.
I can run the program (F5).
I can set a breakpoint and the IDE reports the program is stopped at the
breakpoint, except there is no 'green arrow' in the source window pointing
into the line where the breakpoint occured.
If I try to step (F8) or step into (F7), the program continues execution, as
if I had pressed (ctrl-F5) instead.
Where am I going wrong?
Thanks,
retsom
Comment