Open sean-mcmanus opened 8 months ago
Hi Sean,
I've been encountering this exact issue, just in a completely different context - Visual Studio 2022 with MSVC 2022, so it may not be a vscode-cpptools issue. Did you ever get any additional insights?
@James-Bonner The debugger implementation for g++ is different for cl.exe, so your issue probably has a different root cause. You may want to file a new issue (or an issue with VS 2022 if you repro it there). And I didn't get any more insights into the g++ debugger issue.
Environment
Bug Summary and Steps to Reproduce
Bug: The stepping jumps to the bottom of the function instead of going to the next line. This occurs if additional lines of code are added as well. Stepping an extra time goes to the next line (return 0).
Debugger Configurations
Debugger Logs
Other Extensions
No response
Additional Information
I didn't find this bug -- it was found by an "internal team".