JPDA (Java) Debugger Call Stack View and Locals View Enhancements Modules updated
I have updated the JPDA (Java) Debugger Call Stack View and Locals View Enhancements Modules on my NetBeans 5.0 update center described (here).
What is New?
JPDA (Java) Debugger Call Stack View Enhancements Modules
The Call Stack view now shows the custom icons (similar to Navigator window) for methods and constructors based on the public, protected, private, (package) and static qualifiers. This behaviour can be turned off by setting the system property:
-Dorg.netbeans.modules.debugger.callstackviewenhancements.dontShowCustomIcons=true
The Location column now shows the full location (file path or URL) when available.
JPDA (Java) Debugger Call Stack View Enhancements Modules
The Locals view now shows the custom icons (similar to Navigator window) for fields based on the public, protected, private, (package) and static qualifiers. This behaviour can be turned off by setting the system property: -Dorg.netbeans.modules.debugger.localsviewenhancements.dontShowCustomIcons=true.
Also there are some minor bug fixes.
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( May 06 2006, 10:55:55 AM PDT ) Permalink
Trackback URL: http://blogs.sun.com/scblog/entry/jpda_java_debugger_call_stack1