[EXT_EP-13082] Disassembly view may be empty on debug session start for some devices Created: 12/Dec/25 Updated: 04/Mar/26 Resolved: 04/Mar/26 |
|
| Status: | Fixed |
| Project: | Embedded Software & Tools |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | TI User | Assignee: | TI User |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Product: | Code Composer Studio Theia |
| Internal ID: | CCSNXT-2965 |
| Found In Release: | CCS_20.4.0 |
| Fix In Release: | CCS_20.5.0 |
| Affected Platform/Device: | None |
| Description |
|
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. |