Bug 385691 - Variable’s location would change once its value has been changed.
Summary: Variable’s location would change once its value has been changed.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: Next   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 03:30 EDT by xingyun CLA
Modified: 2020-09-04 15:21 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xingyun CLA 2012-07-23 03:30:28 EDT
Build Identifier: M20120208-0800

In Variables View, after I change the value of a variable, the entire Variables View would get refreshed, and then, the changed variable becomes unseen, I have to scroll down to find it.

Is it possible to still display and focus on the varaible that I've selected and changed?

Reproducible: Sometimes

Steps to Reproduce:
1.Launch a debug session
2.Go to the Variables View
3.Select a variable and change its value via the in-place editor
4.Press "ENTER" to confirm the change
5.The Variables View gets refreshed.
6.The Variable that I've selected and changed becomes unseen.
7.I scroll down the Variables View to find it.
8. Needs CDT to make the changed variable focused after the Variables View gets refreshed.