Opened 10 years ago
Last modified 10 years ago
#11430 closed bug
[Debugger] Inspector needs to watch for step events. — at Initial Version
Reported by: | anevilyak | Owned by: | anevilyak |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Debugger | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently, if one has the inspector window open, but then causes a thread to take a step, the inspector will be completely oblivious of that fact. Consequently, if the executed instructions modified data within the block currently being inspected, those changes won't be reflected, and in fact, the only way to causae the displayed data to be refreshed is to either jump to another block and back, or close the window and re-inspect the address.
This is less than ideal, and as such, the inspector should watch for the relevant team events, and force a block refresh when one of them occurs.