How do you get the debugger to allow you to single step by "C" instructions? I do not want the disassembly window - for what I am trying to do, debugging in "C" is desired. The disassembly window keeps popping up, I keep killing it, and I can't find a way to change modes... Suggestions?
Could it also happen when using the top optimisations, where it gets very tricky to know which 'C' source line corresponds to a particular assembler instruction? Especially with things like common-tail merging, Linker code packing, etc...?