Page 1 of 1

Debug problem using 2.3 RC3

Posted: Wed Jan 21, 2009 3:52 am
by premiaware
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 ?

Re: Debug problem using 2.3 RC3

Posted: Wed Jan 21, 2009 10:23 am
by Forrest
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?

Re: Debug problem using 2.3 RC3

Posted: Sat Jan 24, 2009 11:53 am
by premiaware
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