Hello,
i use VS 2019 with Intel c++ 2020.
If i compile a program with VC only the debugger works like expected. I can go through the code line by line using "step over".
If I compile the same code with intel c++ "step over" works like "step into".
How do I get the normal behavior of "step over"?