Opened 9 years ago

Closed 9 years ago

#11430 closed bug (fixed)

[Debugger] Inspector needs to watch for step events.

Reported by: anevilyak Owned by: anevilyak
Priority: normal Milestone: Unscheduled
Component: Applications/Debugger Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by anevilyak)

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 cause 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.

Change History (1)

comment:1 by anevilyak, 9 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed in hrev48258.

Note: See TracTickets for help on using tickets.