Cannot Debug #758
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Ebaed135 , Based on your specific question, as you are following the steps of a YouTube video tutorial, I think the best location to get insights about your problem is it its comments section. The author must be very familiar with issues like yours, and should be able to help you easily. And if the issue is related with the C/C++ extension instead, the author would probably send you to the extension's repo. It's been a long time I don't work with C/C++, so I may be a little rusty, but it seems you have some issue with the extension itself, not the C/C++ compiler. I'm not sure the extension requires you have focus on the file, or use context menu, but worth a try. Maybe the extension's repo would be a good place to find answers as well. By the way, for future feature questions about the C/C++ extension usage, please use its repo (https://github.com/Microsoft/vscode-cpptools). This Discussions repo is focused for extension development for now. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @Ebaed135 ,
Based on your specific question, as you are following the steps of a YouTube video tutorial, I think the best location to get insights about your problem is it its comments section. The author must be very familiar with issues like yours, and should be able to help you easily. And if the issue is related with the C/C++ extension instead, the author would probably send you to the extension's repo.
It's been a long time I don't work with C/C++, so I may be a little rusty, but it seems you have some issue with the extension itself, not the C/C++ compiler. I'm not sure the extension requires you have focus on the file, or use context menu, but worth a try. Maybe the extension's…