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 241114 - Debugging JavaME: error messages stays in watch window
Summary: Debugging JavaME: error messages stays in watch window
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 13:09 UTC by BorisUlasevich
Modified: 2014-02-03 06:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
netbeans screenshot (112.93 KB, image/png)
2014-01-29 13:09 UTC, BorisUlasevich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BorisUlasevich 2014-01-29 13:09:00 UTC
Created attachment 144534 [details]
netbeans screenshot

Once the watched variable was evaluated with error, the error message stays in variable value field forever.

In the picture attached we can see ">No current context (stack frame)<" message for field this.wI - same time new watch for the same field shows correct value. Stepping over the code makes the second watch to re-evaluate, but the first watch still have error message.

On JDWP level I see that NetBeans asks for the this.wI value two times, and two times it gets correct answer.

Related bug in JavaME bugtracker: https://javafx-jira.kenai.com/browse/MERT-5739
NetBeans tested: NetBeans_dev_20140127 and NetBeans 8.0 beta.
Comment 1 Martin Entlicher 2014-01-31 21:33:25 UTC
Fixed by changeset:   271479:5f1e9887b994
http://hg.netbeans.org/core-main/rev/5f1e9887b994
Comment 2 Quality Engineering 2014-02-02 02:18:25 UTC
Integrated into 'main-silver', will be available in build *201402020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f1e9887b994
User: mentlicher@netbeans.org
Log: #241114: Staled error message is cleared.
Comment 3 BorisUlasevich 2014-02-03 06:41:26 UTC
It works. Thank you!