-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Code Composer Studio Theia
-
CCSNXT-3499
-
CCS_20.5.0
-
CCS_21.1.0
-
None
It is common for a source line not to be valid for a breakpoint. Maybe it was optimized out. What happens is that the debugger shifts the breakpoint to the next valid line. The agent should know where the breakpoint was actually set so that it is not confused when the halt occurs at a different location than it intended.