Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of debugging and running c # Program in vscode

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how vscode debugs and runs c # programs. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.

Prerequisites:

Install .NET Core SDK

Install vscode

Steps:

Install the c#extension plug-in

Create the first project and manually create the workspace folder

Use the shortcut key CTRL+K+CTRL+O in vscode to select the folder you just created

Use the shortcut key CTRL+SHIFIT+Y to open the console

Use the following command to create a basic program for restore in the open terminal

Dotnet new console-name test_proj1

Press F5 to run the program and select the compiler .NET Core, if prompted to add plug-in points yes

And then two json files appeared.

These two files help you ReFactor and debug your application using visual studio code.

Now run the program on the console after modifying the program.cs file

It runs successfully.

Tip: the use of the vscode-solution-explorer solution Manager plug-in in Visual Studio Code

Thank you for reading! On the vscode debugging and running c # program method to share here, I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report