UPDATED: JPDA (Java) Debugger Call Stack View Enhancements Module
I have updated the JPDA (Java) Debugger Call Stack View Module on my NetBeans 5.0 update center described (here).
What is new?
Basically made the column structure based on the same principle as the JPDA (Java) Debugger Locals View Enhancements Module. Added the following columns to the call stack view.
- Modifiers - this columns displays the modifiers of the method
associated with the stack frame.
- Method - this columns displays the name, parameters and
return type of the method associated with the stack frame.
- Declaring Class - this column displays the class declaring
the method associated with the stack frame.
- this Class - this column displays the class of
this variable associated with the non-static stack frame.
Note: The class of this may be different from the Declaring class.
- Location Path - when available this column displays the
full path of the location of the method associated with the stack frame.
DISCLAIMER: This module is experimental. So no guarantees. Use the module at your own risk.
Posted by sandipchitale
( May 20 2006, 11:19:15 AM PDT ) Permalink