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

How to debug code build outside uVision

I try to use eclipse as editor to build the code and debug with uVision.

This works so far that I am able to setup a project and start debugging. But High-Level language debugging did not work properly. If open the source file with File/Open it is possible to set breakpoints and so on. But if I include the source into the project of uVision, and open the file trough the projekt-browser, the debugger did not recognize the file as the source file of the current debug-session.

What can I do to solve this problem? It is because I use the RVCT3.0 Compiler and an evaluation version of RV-MDK?

Thanks Peter

Parents
  • Loading of code works fine with the described method. But I am still not able to open source code files directly thru the workspace window. While stepping thru the code, the debugger allways opens the correct source file. And I can place breakpoints there. It is a bit nasty that I can open additional files (files where I expect bugs) only with the menu File/Open....
    Why can't the Debugger just display all files linked in the executable? Or is there somewhere a hidden feature?
    The use of the Source browser is impossible when compiled with RVDS, so this way is also blocked.

Reply
  • Loading of code works fine with the described method. But I am still not able to open source code files directly thru the workspace window. While stepping thru the code, the debugger allways opens the correct source file. And I can place breakpoints there. It is a bit nasty that I can open additional files (files where I expect bugs) only with the menu File/Open....
    Why can't the Debugger just display all files linked in the executable? Or is there somewhere a hidden feature?
    The use of the Source browser is impossible when compiled with RVDS, so this way is also blocked.

Children