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.

Setting breakpoint issue on CCSV4.2.3.00004

Dear Champs,

                 I encounter breakbpoint setting issue when using CCS4: the breakpoint can only be set successfully on current active file and could not be set for other non-avtive files.

               Attached please find the detail information.

               Thanks for your support! 0003.CCSV4.2.3.00004_breakpoint_issue.zip

              Jane

  • Hi Jane,

    Thank you for the video. It was very helpful to see a video of the issue.

    Do you have multiple copies of vcp2_3gpp.c or is it the same file that appears twice in the editor? How did you open the first copy in the editor? Is it a linked file?

    Thanks

    ki

  • Hi Jane,

    From the video, it looks like the breakpoint that you have set is not found in the source lookup path, hence it is assigned to one that is found in the source lookup path.

    To confirm this, you can select the show fullpath option in the breakpoints view; click on the little triangle icon at the top right of the breakpoint view. Or click on the goto toolbar icon in the breakpoint view, this should open the source file that this breakpoint is assigned to.

    If this is the case, you have to adjust the source lookup path from the launch configuration. You can goto the launch configuration dialog from the little triangle (right of the bug button) in the main toolbar.

    Regards,
    Patrick

  • Patrick,

                         Thanks for your support! I followed your suggest and here comes below dialog. Actually these two paths are the same, how can I set the CCS to remove such selection for ever?

                         Thanks again!

                          Jane

  • Can you remove the duplicated source lookup in your launch configuration? Also, if changing the source lookup doesn't help to remove the duplicate, can you attach your launch configuration file to this thread?

    Patrick