-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Debugger
-
CCBT-3743
-
CCS_21.0.0
-
Generic
With current implementation, if a source breakpoint is set and then source resolution hints for that file is added, the breakpoints don't get enabled. This is because it is expected that source resolution hints to be added first before setting breakpoints.
The breakpoints should get resolved and enabled after we add source hints.