- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"?
- Tags:
- CC++
- Development Tools
- General Support
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jack,
Will you please update us on this issue?
Warm Regards,
Abhishek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page