Feature Requests item #684793, was opened at 2003-02-11 18:08
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=684793&group_id=44253
Category: Debugger
Group: None
Status: Open
Priority: 4
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Display local variables in debugger
Initial Comment:
Story:
User hits a breakpoint or steps in the debugger. A
tabbed pane on the DebugPanel displays all current
local variables that are in scope, along with their
values. The values could be editable, allowing the
user to change values in the JVM as it excutes.
Implementation:
The JPDA interface supports most of the functionality
without a problem. The main work will just be
providing a view for it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438938&aid=684793&group_id=44253
|