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 179831 - Java Debugger cannot change variable value
Summary: Java Debugger cannot change variable value
Status: CLOSED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 02:46 UTC by vladakk
Modified: 2010-05-19 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Debug session (51.35 KB, image/png)
2010-01-25 02:46 UTC, vladakk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladakk 2010-01-25 02:46:38 UTC
Created attachment 93518 [details]
Debug session

Hi,

We are trying to change a variable value during debug session, but it's not possible to do it !

java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)

Vladimir Kokovic, DP senior, Belgrade, Serbia
Comment 1 Martin Entlicher 2010-01-25 07:12:36 UTC
Can you please elaborate? Which variable are you trying to change?

We do allow to change the value of primitive variables and String in-place in the Value column. Object variables can be assigned values in Evaluator (CTRL-F9) via variable = <expression>
The "#<code>" values in Value column can not be edited, because users were trying to edit the code directly.
Comment 2 Marian Mirilovic 2010-05-19 08:59:56 UTC
without additional info for long time - closing