Windows 7 SP 1 64 bit
Code Composer Studio 6.0.0.00091
Target Tiva TM4C123H6PM using Stellaris In-Curcuit Debug Interface
I created a new Code Compose Studio project (CCS Project New) using the Basic Examples Hello World template.
When I execute the project and attempt to step over the printf statement, I don't see the console output. When I press Suspend, it shows execution suspended at the while(1) statement inside FaultISR.
Performing similar steps in CCS Version 5.5.0.00077 works as expected (I see Hello World! and return 0 is highlighted).