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.

Migrating from CCS 3.3 to 5.2 : two questions

 1. Is there option in CCS 5.2 to search for string in all files in project directory?

2. When user starts to debug an application (clicks on Beatle icon) several actions performed, i.e. perspective view changed, connect to board, load program etc. My question is how can I customize these actions? Where is defined sequence of actions performed in response to clicking Beatle icon?

Thanks

  • Hi Robert,

    Robert Smith said:
     1. Is there option in CCS 5.2 to search for string in all files in project directory?

    Try 'CTRL+H'

    Robert Smith said:
    2. When user starts to debug an application (clicks on Beatle icon) several actions performed, i.e. perspective view changed, connect to board, load program etc. My question is how can I customize these actions?

    In a debug session in the Debug perspective, select 'Tools -> Debugger Options -> Generic Debugger Options'. You can enable/disable many of those options there. You can also set the options on a per debug configuration basis. See slide 41 and 45 of: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/presentations/CCSv5_Tips_&_Tricks.pdf

    Robert Smith said:
    Where is defined sequence of actions performed in response to clicking Beatle icon

    I don't think there is a document with the full list, but it is basically:

    -incremental build

    -start debug session

    -connect to target

    -load program

    -run to main

    Thanks

    ki

  • Thank you for your response.

    I can't find option which launch incremental build in "Tools -> Debugger Options -> Generic Debugger Options"

    Also the link to pdf file you posted is broken, could you fix it?

    Thanks

  • Robert Smith said:
    I can't find option which launch incremental build in "Tools -> Debugger Options -> Generic Debugger Options

    the incremental build option is not a debugger option so the option is not there. I don't think you can change it so the incremental build is not triggered

    Robert Smith said:
    Also the link to pdf file you posted is broken, could you fix it?

    fixed. Sorry about that. Cut and paste added some ampersand into the path.

    Thanks

    ki