-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Composer Studio Debugger
-
CCBT-3701
-
CCS_20.4.0
-
-
Generic
The debugger is not aware of hardware breakpoint types until the first connect (when CTools is fully initialized). If symbols are loaded prior to the first connect, a symbolic breakpoint, like the one at C$$EXIT, will not be converted to a hardware breakpoint since the debugger is not yet aware of their existence.
This can result in a software breakpoint being erroneously used when the debug state is later restored.