Hi,
When debugging my application, if I set a breakpoint before a call to a function in another C file, the Step Into command just steps over the function call, even though the source for both is my own and both files are included in the project.
If I set a breakpoint in the function in the second file, the application doesn't stop at all, preventing me from seeing what is happening.
I have been able to do this in the past and now it is no longer functioning, what could I have possibly changed? Thanks