Hi,
I have try to compile my application using 2.3 RC3, all working fine but when i debug the application step by step the debug is crazy, jump in the wrong line code or jump back in the previous line of code. I have try to Rebulld all, delete the project and import the project.
Now i have switched to the 2.2 RC3 and all working fine.
Is possibile to have support for resolve the problem of new version ?
Debug problem using 2.3 RC3
Re: Debug problem using 2.3 RC3
Did you get this error when dealing with an imported project? Did you try creating a new project and debugging it?
It sounds like the debugger may have been using a dated .elf build file from a previous build. When you imported the project, what steps did you take? Did you import a full workspace, individual project, or individual files?
It sounds like the debugger may have been using a dated .elf build file from a previous build. When you imported the project, what steps did you take? Did you import a full workspace, individual project, or individual files?
Forrest Stanley
Project Engineer
NetBurner, Inc
NetBurner Learn Articles: http://www.netburner.com/learn
Project Engineer
NetBurner, Inc
NetBurner Learn Articles: http://www.netburner.com/learn
-
- Posts: 11
- Joined: Tue Jun 17, 2008 5:25 am
Re: Debug problem using 2.3 RC3
Thank'you for your support, but i have try to:
- reinstall all compiler
- Start New Project
- Import my project only *.cpp and .h files
the compiled code working, but when i try to debug i have bug problems. For example:
- If i press F5 key (step into) in the System function the compiler not open the system source file and the debug lock.
- My application use 11 thread, if I set the breakpoint in the thread, the breakpoint is ignored, the same problem happens using C:\Nburn\examples\RTOS\OSSemaphore sample.
I use Windows Vista SP1.
Using the old versione 2.2 all working very well.
Thank'you
- reinstall all compiler
- Start New Project
- Import my project only *.cpp and .h files
the compiled code working, but when i try to debug i have bug problems. For example:
- If i press F5 key (step into) in the System function the compiler not open the system source file and the debug lock.
- My application use 11 thread, if I set the breakpoint in the thread, the breakpoint is ignored, the same problem happens using C:\Nburn\examples\RTOS\OSSemaphore sample.
I use Windows Vista SP1.
Using the old versione 2.2 all working very well.
Thank'you