Download NetBeans!

20071109 Friday November 09, 2007

Debugging the NetBeans Sources

If you take the steps shown in yesterday's blog entry, i.e., if you register the NetBeans sources in the IDE, you will not only be able to hyperlink into the source code, as shown yesterday, but you'll also be able to debug the NetBeans sources. When the debugger reaches a statement in your code that makes use of something in the NetBeans sources, the relevant source will open and you will be able to step through it, as shown here:

Basically, at this point you are debugging the NetBeans sources.

Nov 09 2007, 04:57:09 AM PST Permalink