JPDA (Java) Debugger Threads View Enhancements - plugin detail
Unified Thread and Call stack view.
Plugin owner: |
sandipchitale |
Website: |
http://blogs.sun.com/scblog |
Added: |
2007-11-21 |
License: |
CDDL |
Category: |
Debugging |
Downloaded: |
1,514 times |
Rating: |
|
Plugin Log |
Show log
There is no log for this plugin so far. |
|
Versions available
|
Download size: 0.04 MB
|
Last Update: 2008-01-15
|
What's new in this version
Show current call stack frame in bold.
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Unified Thread 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. 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. It 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.
Sources
|
[ You have to be logged in to be able to comment. ]
User Comments
Cool one
Much needed for better debugging