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

debugging in keil

Hi,
I used to have all my functions above the main loop of my program earlier.recently i moved all the functions called by my mainloop into a another file and then included it before the main loop.

like this : #include "functions.c"

void main(void)
{...

}
My problem is when i now debug in keil, when i come to a function,the the yellow pointer arrow no longer jumps to the other file to the correct function.the is making debugging difficult cos i cant really follow the program any longer.
So i want to know if this is just something that cant be done, or is there some way to do this, put functions in another file and then still be able to watch the program using the keil debugger..
Thanks
Harsha

0