This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280025C: Debug skipping line of C code when stepping into.

Part Number: TMS320F280025C

I am getting strange behavior while running a debug session on TMS320280025C microcontroller. Please refer to the snapshot below:

The debug starts with line 105 i.e. the opening bracket of the main loop. On the next step it directly jumps to line 111 skipping line 106 that contains declaration for integer i. As the variable i is being used afterwards in the code (line 147) so when debug tries to execute that line it gives warning :- "identifier not found:i". Please guide in fixing this issue.