Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
146 views
in Technique[技术] by (71.8m points)

What is the use of the Developer Tools in VS Code?

When you click on Help, I see the item "Toggle Developer Tools".

I just want to ask what is the use of the Developer Tools inside VS Code. I don't see any information in the docs.

question from:https://stackoverflow.com/questions/30765782/what-is-the-use-of-the-developer-tools-in-vs-code

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

When you select the option Help > Toggle Developer Tools, the Chrome DevTools window should open. Visual Studio Code is built with Electron, which is simply put a wrapper or container for creating desktop applications built with HTML and Javascript.

With this in mind, the Developer Tools can be especially handy if you're debugging or developing plugins, or IDE specifics for Visual Studio Code itself.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...