A FOR statement is considered a single command line by TCC (and CMD). You cannot set a breakpoint on an individual command inside the FOR loop; however what you can do is set a breakpoint on the FOR command, and then "step into" each command in the group.