Single stepping in a function with an ifdef doesn't match highlighted line of code.
I have a function with an ifdef in it to conditionally compile a section of code. The ifdef is defined so the code should be active. When I hit a breakpoint before the code the highlighted line of code matches. When I try to single step to the nex...