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 193413 - Current stack frame changes after stack view switch
Summary: Current stack frame changes after stack view switch
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-12-14 19:11 UTC by Alexander Pepin
Modified: 2010-12-16 06:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
gdb log (4.11 KB, text/plain)
2010-12-14 19:11 UTC, Alexander Pepin
Details
right gdb log (3.43 KB, text/plain)
2010-12-14 19:15 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-12-14 19:11:39 UTC
Created attachment 104092 [details]
gdb log

Steps to reproduce:
- create Quote sample
- set BP in outCustomersList()
- start debugging
- when it stops at BP open Sessions
- call Debug/MakeCallerCurrent from main menu, it makes line 121 (main) as current
- open Call Stack view
Result: In Call Stack  outCustomersList() becomes current.
Comment 1 Alexander Pepin 2010-12-14 19:15:00 UTC
sorry, it's wrong gdb log (from another application)
Comment 2 Alexander Pepin 2010-12-14 19:15:41 UTC
Created attachment 104094 [details]
right gdb log
Comment 3 Alexander Pepin 2010-12-14 19:23:11 UTC
It does not work on Linux as well, switching from Call Stack to any other Debugging view (e.g. Sessions) then back resets current frame in Call Stack view.
Comment 4 Egor Ushakov 2010-12-15 10:56:08 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/6a6a14c0dd07
Comment 5 Quality Engineering 2010-12-16 06:40:25 UTC
Integrated into 'main-golden', will be available in build *201012160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6a6a14c0dd07
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #193413 (Current stack frame changes after stack view switch)