Content originally posted in LPCWare by wdawson61 on Thu Apr 07 09:31:19 MST 2011
LPCXpresso:
Version: LPCXpresso 3.8.2 [Build 129] [31/01/2011]
Ubuntu 10.10
LPC1754
In some modules (source files) of a project, the local variable display does not show the correct "frame" I.e., the local variables do not change when stepping into a function. The variables from the calling function remain in the display and none of the called routine's varaibles are displayed.
In other modules(files) of the same project all works perfectly. The called function are prototyped before the calling functions if that makes any diff. (Though I have switched the order to no avail).