Content originally posted in LPCWare by Martin_ on Thu Aug 25 07:32:46 MST 2011
Hello,
I've have a problem debugging with LPCXpresso (V4.0.6, embedded Artists
LPC11C24 evalBoard and embedded Artists LPC1114 evalBoard, different
computers).
The attached project file contain one test_function, which never called, and a
main function with a for loop. When I debug this project on an evalBoard, the
debugger jumps after some single steps in main-function into the non-called
function and later back to main.
If I trunc the test_function to several lines the debugger behaves as aspected.
Has the debugger limitations in function-length or file-length?