When I press the pause button on running code in a CSS debug session for an imported Energia sketch, it sometimes references the line number of the next code line after the one it's actually stopped at. As far as I can tell, this only occurs with a program which has hung somewhere (e.g. an infinite loop).
I've only tested this with a EK-TM4C1294XL launchpad, because that's the only hardware I have. I'm using Energia 0101E0012. It doesn't appear to be a compiler issue because I've tried replacing Energia's GCC 4.7.3 with my own GCC 4.8.4, with no change in behavior.
Has anyone else observed this?
P.S. I'm using CCSv6.0.1.00040, on Windows 7 x64.