Bug 369643 - Issue while replanting of memory monitor after launch (renamed variable)
Summary: Issue while replanting of memory monitor after launch (renamed variable)
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-memory (show other bugs)
Version: 8.1.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 06:31 EST by Harish Dewan CLA
Modified: 2020-09-04 15:17 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 Harish Dewan CLA 2012-01-25 06:31:25 EST
Build Identifier: I20110613-1736

consider a case when we plant a memory monitor on a variable 'count' and then later on rename the variable 'count' as 'my_var' and relaunch. 

Upon relaunch it creates memory monitor on expression 'count' which does not exist now.


Reproducible: Always