-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Run and Debug" and "F5" doesn't show the compilers detail in the API #4278
Comments
This is fixed in the new build task changes. Will be available in C/C++ Extension Version: 1.1.0 |
@elahehrashedi I'm still reproing this with 1.1.0-insiders. What's supposed to happen? |
That screenshot is from F5 with no tasks.json generated. |
I see it fixed for Configure Default Build Task. |
@sean-mcmanus can you please use the vscode-insiders so that I can see the details of each of those compilers? |
Yeah, it doesn't show the details with vscode-insiders. Use F5 (or Build and Debug Active File). |
The user is getting this screen after running "Run and debug" or pressing "F5". I fixed this issue and sent a PR. @sean-mcmanus but when we are running ("C/C++ build and debug active file), the details are not visible and it seems to be on Vs Code side, as the details are being set, but the API doesn't show them. I need to investigate more on this. If the details (i.e. compiler paths) are shown to the user, they will see the difference between different compilers. I opened a new issue for this. |
Type: General
When we have a workspace folder open, in the Debug panel when clicking the Add Configuration option and then select C++ (GDB/LLDB), some options with the same name are offered:
I tried all three "g++ build and debug active file". Options 1 and 2 generates the same
launch.json
andtasks.json
; option 3 creates a slightly differentlaunch.json
file ("miDebuggerPath": "/bin/gdb"
instead of"/usr/bin/gdb"
).In any case, this is confusing.
The text was updated successfully, but these errors were encountered: