Symbol/Code Limit On Debugger

Topics for the Eclipse Environment
Post Reply
talexander
Posts: 21
Joined: Fri Apr 25, 2008 10:17 am

Symbol/Code Limit On Debugger

Post by talexander »

Hi,

Is there a known limit on how large a project can be to run with the debugger? I am running into a problem after recently adding some code where the debugger always jumps into OSTaskIdle and will not step through code.

However, all of the tasks, including the new code, are actually running fine.
talexander
Posts: 21
Joined: Fri Apr 25, 2008 10:17 am

Re: Symbol/Code Limit On Debugger

Post by talexander »

To reply to my own question, it looks like the debugger stopped working because I rebuilt the system files with UCOS_STACKCHECK enabled, so that I could dump task stack data.

So, does anyone know why turning this on disables proper operation of the debugger?
Post Reply