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.

Cannot Drag & Drop chained breakpoints in CCS 5.3

Hi,

In SPRA753 “Using Advanced Event Triggering to Find and Fix Intermittent Real-Time Bugs”, within in text and figure of section 2.1.2, we see the convenient feature that the 1st and 2nd chained breakpoint location can be dragged.

In CCS 5.3’s UBM (Unified Breakpoint Manager) however, it appears impossible to drag & drop source line directly into the “location” fields.

Has the drag & drop features been removed from CCS 5.3? For what reason?

 

Paul

  • Update:

    I found it can instead be done by typing directly, for example:

    main.c, line 63

    and this actually works equally well with the Drag & Drop method.

     

    In addition, the function name without parenthesis such as

    "filter" for function filter()

    can also be entered directly.

     

    Paul