i have c# and vscode icons enabled it took me to a debugger category but none of those worked and idk what to do
i have c# and vscode icons enabled it took me to a debugger category but none of those worked and idk what to do
@zuwert-5759
You can install different extensions to debug your code on VS Code.
Debugging
If you install the extension but still cannot debug the code, then I suggest you ask your question in its GitHub repository.
first, you can only debug C# .net core projects. Second you need a launch file. The s code c# extension should be able to create one. It’s either a console, or web app.
first, you can only debug C# .net core projects. Second you need a launch file. The s code c# extension should be able to create one. It’s either a console, or web app.
10 people are following this question.
Insert a node as child ,before or after a node in nested dynamic JSON Node using C#
Visual Studio 2019: Undefined behavior in a C++/CLI wrapper project.
Example for how to get Package Metadata from Azure DevOps Rest-Api Artifacts using c#
How to collapse individual nested grids/stackpanels inside a grid?