Content originally posted in LPCWare by CodeRedSupport on Tue Sep 21 02:42:48 MST 2010
Not sure how you have managed to be using 3.3.4 for 10 months - it was only released in mid-April :D Note that the current release version of LPCXpresso is 3.5.0 - you can install this in parallel to your existing 3.3.4 installation by selecting a different installation directory.
Anyway, with regards to your problem, are you seeing this with a project that you created sometime ago? Did you rebuild it before debugging?
I would certainly suggest doing a clean and build and trying to debug again.
Can you check that the build options are specifying that debug is turned on for all your files - in particular the one containing the code which causes the display of the error when you step into it.
Can you also confirm if you can successfully debug any of the supplied examples for your target MCU, or is the issue specific to this one project.
It is also possible that something might have corrupted your workspace. It might be worth exporting your project to a zip file via the Quickstart Panel, then importing it back into a completely new workspace project.
If this still doesn't work, please can you do a clean and build, then copy'n'paste the build log into a text file and post here.
Regards,
CodeRedSupport