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 20239 - Display values of "very local" variables.
Summary: Display values of "very local" variables.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-06 20:44 UTC by Marian Petras
Modified: 2005-05-16 10:36 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 Marian Petras 2002-02-06 20:44:26 UTC
When an application is suspended (and a current runtime position highlighted in
the source code editor), a user often needs to:

1) If the current position is at an 'if (...)' statement, the user often wants
   to see values of variables which are part of the boolean expression (condition)

2) If the current position is at an assignment statement ('var = expression'),
   it is probable that the user wants to see the result of the assignment.

I suggest to allow:
- in case 1):
  Display values of all variables participated in the boolean expression of
  the boolean statement (at the top / bottom of the source code editor
  if possible so that the users does not need to look far from the code).
- in case 2):
  Display result of the assignment statement after the next step.
Comment 1 Marek Grummich 2002-07-22 09:21:04 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Marek Grummich 2002-07-22 09:22:24 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 Martin Entlicher 2005-05-16 10:36:57 UTC
Might be considered as a nice-to-have, but the user can already select any
expression and see it evaluated in the tooltip.