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 213842 - "Step Over Expression" does not always update history
Summary: "Step Over Expression" does not always update history
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-08 15:03 UTC by Jiri Kovalsky
Modified: 2012-06-13 10:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2012-06-08 15:03:00 UTC
Product Version: NetBeans IDE Dev (Build 201206070001)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.cache/netbeans/dev

Description:
============
For some reason some method calls are not put into history when stepping though expressions. Please note that this is a regression against NetBeans 7.1.2.

Steps to reproduce:
===================
1. Open MemoryView project and toggle line 101 breakpoint.
2. Invoke "Debug > Debug Project" from main menu.
3. When breakpoint is hit press Shift+F8 keys 4 times and verify that "Return values history" in "Variables" view contains 3 "return <init>()" nodes.
4. Hit Shift+F8 key one more time.
5. The "Variables" view gets refreshed but "format()" node is not added to the history.
Comment 1 Martin Entlicher 2012-06-11 06:33:28 UTC
Fixed by changeset:   224129:c7957f0fe45d
http://hg.netbeans.org/main/rev/c7957f0fe45d
Comment 2 Quality Engineering 2012-06-12 13:14:57 UTC
Integrated into 'main-golden', will be available in build *201206120719* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c7957f0fe45d
User: mentlicher@netbeans.org
Log: #213842: Fixed setting of operations returned values.
Comment 3 Jiri Kovalsky 2012-06-13 10:18:23 UTC
Product Version: NetBeans IDE Dev (Build 201206130001)
Java: 1.7.0_04; Java HotSpot(TM) 64-Bit Server VM 23.0-b21
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.cache/netbeans/dev

Verified. Thanks for the fix.