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.

CCSv4.2: setting breakpoints in file linked to project

Hi

I have a project in my workspace that uses a macros.ini define to link to files in another project. To add the files, I use the File->New->Advanced->Link to files in file system->Variables->I select my macros.ini variable->Extend

And then I navigate to the file I want and add it.

Then build my project and open the file (from my CCSv4 project tree) to set a breakpoint. Nothing happens when I double click in the left hand column.

So I then in my main code step into the function in the newly linked file and a second window pops up with the same file name.

And low and behold, the breakpoint is where I put it in the first file!

So what am I doing wrong with linking files? It appears CCSv4 can't associate breakpoint graphics with the one I open in my project folder, but CAN associate graphics with the file IT opens when I step into the function.

Arg.

Cheers