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

Summary: Display values of "very local" variables.
Product: debugger Reporter: Marian Petras <mpetras>
Component: CodeAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.