-
Type:
Bug
-
Status: Fixed
-
Priority:
Medium
-
Resolution: Fixed
-
Product:Code Composer Studio Debugger
-
Internal ID:CCBT-2591
-
Found In Release:CCS_9.3.0
-
Fix In Release:CCS_10.1.0
-
Affected Platform/Device:Generic
-
Workaround:Disable/remove the the breakpoint with the unsupported trigger type prior to terminating the debug session.
CCS crashes when attempting to restore a breakpoint with a trigger type not supported on the device.Â
For example, some devices support a trigger type of "Register Write" while others do not. If the debugger tries to apply an existing watchpoint/breakpoint with a trigger type of "Register Write" for a device that does not support it, the debugger crashes.