debugger level
Posted: Sun Jul 20, 2003 3:14 pm
Hello,
perhaps it's only that I don't understand the debugger.
I have a big program and I enable the compiler debug option.
But before my program reaches the line I'm interested in, the debugger stops because of things like:
"Array out of bounds" or "Memory object not initialized" because of a FreeMemory().
Things I can live with and don't want to correct.
Is there a way to tell the debugger to continue?
I know the few debugger commands available. Perhaps I don't understand them.
Thank's for a hint../tomio
perhaps it's only that I don't understand the debugger.
I have a big program and I enable the compiler debug option.
But before my program reaches the line I'm interested in, the debugger stops because of things like:
"Array out of bounds" or "Memory object not initialized" because of a FreeMemory().
Things I can live with and don't want to correct.
Is there a way to tell the debugger to continue?
I know the few debugger commands available. Perhaps I don't understand them.
Thank's for a hint../tomio