This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155072 - Display return value as tooltip
Summary: Display return value as tooltip
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on: 159386
Blocks:
  Show dependency tree
 
Reported: 2008-12-09 20:21 UTC by ulfzibis
Modified: 2009-03-11 11:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2008-12-09 20:21:12 UTC
If cursor is at the end of a method (closing bracket of current method) mouse hover on 'return' should display it's value.
Also "Display Tooltip As" from context menu should work. See Issue 155070.
Comment 1 Martin Entlicher 2009-03-11 11:39:20 UTC
In case the return value is already computed and pushed into the stack, we could return the value after
http://bugs.sun.com/view_bug.do?bug_id=6430785 is implemented.