This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DSS/GEL - Stopping at SW breakpoints (source code file, line number)

Other Parts Discussed in Thread: CODECOMPOSER, MSP430F249

Hello,

I have created a software breakpoint to a specific line of source code and printed out its properties (see below) however there doesn't appear to be any reference to the relevant program address (for other breakpoint types I would compare this with the value of the program counter as per examples).  Therefore, is there any way to tell (using DSS/GEL) that I have actually reached the correct breakpoint?

|=================================================================================================================
| TYPE:  Software
| ID:    16
|-----------------------------------------------------------------------------------------------------------------
| PROPERTY                                                          VALUE                ALLOWED VALUES                
| --------                                                          -----                --------------                
| Hardware Configuration.Location                                   C:/CodeComposer/Software/MyModule/mySource.c, line 36                               
| Debugger Response.Condition                                                                                          
| Debugger Response.Skip Count                                      0x0                                                
| Debugger Response.Skip Count.Current Count                        0x0                                                
| Debugger Response.Action                                          Remain Halted        Update View, Refresh All Windows, Control Profiling, Execute Expression (GEL), Enable a Group, Disable a Group, Read Data from File, Write Data to File, Remain Halted
| Miscellaneous.Group                                               Default Group        Default Group                 
| Miscellaneous.Name                                                                                                   
|=================================================================================================================

Thanks,

--

Joshua