Sorry.
I am using NetBeans IDE 5.0. When I write an application, I can click on the Step Into icon and the IDE takes me through my code. I think this is totally cool.
Anyway, I have written an applet (following some exercises in an old collage textbook). The IDE does not seem to want to allow me to Step Into an applet. How do I get the same line-by-line walk through for an applet as an application?
If I right-click on the applet from the projects tree and choose the debugger, there appears a Debug Applet window at the bottom of my IDE, but there is no walk through of the code.
Thanks.
I was hoping to be able to 'Step Into' an applet from within the Netbeans IDE GUI and not have to fuss with the command line prompt. I have already put numerous hours trying to sift through SUN's documentation on how to set the PATH Environment Variable so that I could use the javac command, but to no avail.
Anyone else have a suggestion on how to 'Step Into' an applet, not an application, from within the Netbeans IDE GUI?
"I have already put numerous hours trying to sift through SUN's documentation on how to set the PATH Environment Variable so that I could use the javac command, but to no avail."
I would address this issue. This is - IMO - more important than the issue you are focusing on at the moment.
If you agree - tell us what you have tried thus far and perhaps we can get you up and running.
!Bill
Thanks, Stopper--you led me on the right path and now I've got it!
Following your link, I learned how to adjust the .html file from within the GUI. I had never known how to do it from the GUI. From there it was by accident that I got the Step Into working. And for anyone following this link, this is how I did it.
Set a Break Point inside one of the methods, right click on the applet (.java) and then choose Debug File; the program automatically steps into the applet.
The reason I didn't catch this before is that when debugging an application I don't need to use a Break Point and have to manually press the Step Into button.
I am splitting up the Duke Dollars among three responders for their efforts.