简体   繁体   中英

How can I debug a solution original in visual studio in vscode

My company uses Visual Studio and they relay in the Local IIS debugger in Visual Studio.

However, I would like to use Visual Studio Code instead (and develop in it). How can I use the debugger in Visual Studio in Visual Studio Code or with a similar function.

One convenient point using the Visual Studio debugger is that it can see the request variable value without logging it and I want to do that in Visual Studio Code.

Launching the program debuggs it for you. But there are also extensions which provide for information.

See: https://code.visualstudio.com/docs/editor/debugging

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM