Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

VS 2019 Debugger + ICC 2020 : "step over" works like "step into"

Jack_T_
Beginner
1,004 Views

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"?

 

0 Kudos
3 Replies
AbhishekD_Intel
Moderator
1,005 Views

Hi Jack,

Will you please check if your Step over properties and operators is selected or not?

You can find that option in Tools -> Options -> Debugging -> General -> Step over properties and operators, enable it if not and it should work fine.

 

Warm Regards,

Abhishek

0 Kudos
AbhishekD_Intel
Moderator
1,005 Views

Hi Jack,

Will you please update us on this issue?

 

Warm Regards,

Abhishek

0 Kudos
AndrewC
New Contributor III
977 Views

I have the identical problem with VS 2019 and ICC 19.1. Oddly enough, the issue does not appear when the code is compiled in full "Debug" mode, only when compiled win "RelWithDebInfo" mode ( I modify that to use /Od so its not strictly Release). I need to investigate whether it is a Linker option (/FASTLINK) causing the issue.

 

PS Interesting I am marked as a "New Contributor". Last time I was "Brown Belt" after 639 posts over time!

0 Kudos
Reply