I'm debugging some code and have come up against some odd behavior in uV2 -- wondering if it's a known bug or limitation, or perhaps I need to (re-)compile with some options in order for this to work. I'm using / debugging in the Cygnal C8051F005DK. Specifically, when I single-step (using step into) in source code, it fails when I encounter a call-by-pointer, like this:
/* start / resume task. */ OSEndCriticalSection(); OScTcbP->tFP();