This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems with debugging in C source code

Hello,

I evaluate the Keil uVision V3.x (with Ulink and atmel arm7 evaluation board) and want to debug C source code.
Today I learned that all c source files must be in the same directory like uVision project file (*uv2).
Otherwise you cannout debug c source code.
Is this right?
Until now I arranged my source, header and project files in different directories.
For Example: Project_Test Output Source1 Header

That's no problem with other IDEs.

Best Regards