Click here to Skip to main content
15,891,847 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Microsoft Visual Studio Code
I'm new to programming. I've been practicing for over two months now.
I just love VS Code, it's fast to launch to start coding.
How can I setting it up to compile or debug my code in it?
The settings are all confusing.

I also have VS 2015 and MinGW (C:\MinGW) installed.

Currently I am using VS2015 to compile my code.
VS2015 is slow to start.
Posted
Comments
Richard MacCutchan 27-Oct-15 17:48pm    
Use VS 2015, it provides a debugger for all compiled languages. Visual Studio Code provides limited features.

Referring to this document: Visual Studio Code - Debugging[^]
Quote:
Today we have good debugging support for Node.js (JavaScript and TypeScript) on all platforms and experimental support for Mono (C# and F#) on OS X and Linux.

Mono support for C# and F# is experimental and only available on OS X and Linux, but not yet on Windows. This means that you cannot debug your C# applications in Visual Studio Code if you're on Windows; you'll have to use another Visual Studio version (such as VS 2015 Express or VS 2015 Community) to debug your applications.
 
Share this answer
 
 
Share this answer
 
Comments
Thomas Daniels 27-Oct-15 13:34pm    
The OP is talking about Visual Studio Code, which is not the same as Visual Studio. https://code.visualstudio.com/.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900