-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-2965
-
CCS_20.4.0
-
CCS_20.5.0
-
None
The simple workaround is to refresh the view.
The root cause is the late registration of refresh event handlers in CCSPinnableWidget. This was not a visible issue when we relied on the targetState.changed event for triggering debug views to populate with data. However, we moved away from relying on this event, as doing so was causing other issues. The refresh event also happens to be the appropriate event to rely on here.
The solution to this issue is to always call refreshTargetContent on the start of a debug session.