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 |
| Last updated: |
2008-01-15 |
| NetBeans Versions: |
6.0 |
| License: |
CDDL |
| Category: |
Debugging |
| Size: |
0.04 MB |
| Downloaded: |
906 times |
| Rating: |
|
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
What's new in this version
Show current call stack frame in bold.
|
[ You have to be logged in to be able to comment. ]
User Comments
Cool one
Much needed for better debugging
Posted by wjprakash on Dec 04, 2007