
Wednesday November 21, 2007
JPDA (Java) Debugger Threads View Enhancements module on NetBeans Plugin Portal
I have uploaded the JPDA (Java) Debugger Threads View Enhancements module module to the NetBeans Plugin Portal.

This module unifies Threads and Call stack view (somewhat like Eclipse Java Debugger Threads
View). The call stack frames are shown as the children of suspended
thread in the Threads view. It supports same actions on as Call Stack
view and more. For example, it shows actions to jump to types of local
variable of a Call stackframe as well as the Show Classes action. It also shows full method signature of the Call stack frame. It additionally
shows the actual class of the 'this' variable if it differs from the
class that declares the method of the call stack frames.
The
Show Classes action shows all the classes loaded in the JVM along with
the loading and initiating ClassLoaders. This is useful for debugging
class loading in multi-ClassLoder appications such as NetBeans itself.

Sources
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( Nov 21 2007, 02:58:56 PM PST ) Permalink
Trackback URL: http://blogs.sun.com/scblog/entry/jpda_java_debugger_threads_view
I think that there is a mistake in plugin portal, becuase the plugin that is downloaded is 1176573020021_org-netbeans-modules-java-tools-nbjad.nbm
which is JAD decompiler's plugin.
Posted by Ibon Urrutia on November 22, 2007 at 08:31 AM PST #
Hmmm..when I tried I get this file:
1195678523075_org-netbeans-modules-debugger-threadviewenhancement.nbm
which is the correct module.
Please try again.
Posted by Sandip on November 22, 2007 at 09:55 AM PST #