Hello,
I've imported a project from CCS3.3, into V5.1, which builds now. The files were linked into the project, from the same local directories I had used successfully under V3.3. But I've run into an issue where breakpoints can't be set. If
A is full path of the Debug directory for the project (example c:\project\Debug)
and
B is the full path of the file (example c:/work/source/file.c)
when trying to set the breakpoint, a dialog pops up saying:
"No code associated with A/B, line 11, in B"
except that A has back slashes, and B has forward slashes as shown in the examples above.
Please advise,
Robert