I have an application that should run on out board. I have some strange issue that I can't debug the application. I use LPC-LInk2 that connected to the board, the application compiled in Debug mode. I can set a breakpoint and IDE stops on it without problem. But when I press F6 to step over it just jumps to some wrong address

and so it fails with message:
Failed to execute MI command:
-exec-next 1
Error message from debugger back end:
Cannot find bounds of current function
and I can't continue to debug the application. If I put a breakpoint on the next line it stops but pressing F6 again fails.
I've checked the forum but cant' find any solution for that.