Ask questionsWrong separator in path when debugging c++
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ -->
<!-- Use Help > Report Issue to prefill these. -->
Steps to Reproduce:
I guess it is because the VS code passes the workspace directory with wrong separator to Windows Command, "\\" and "/" are both supported by VS code, but "\\" is not supported by Windows Command, I have also tried to modify the .json files, but it did not work.
I don't know how to solve the problem, so I'd like to ask for help.
Answer
questions
dbaeumer
@Green-Soybean can you please file the issue here https://github.com/Microsoft/vscode-cpptools against the vscode cpp extension.
Related questions