Home  >  Article  >  Development Tools  >  How to use vscode remote debugging

How to use vscode remote debugging

hzc
hzcOriginal
2020-06-09 14:29:114479browse

How to use vscode remote debugging

The method of remote debugging with vscode is:

You need to install the Remote-Development plug-in and Remote- SSHPlug-in

Use to enter the command tool of VSC, then enter ssh, enter the required sshhostname@host_ip -p [port_number]

If you need remote debugging , then you also need to install the plug-in

c/c and CMake Tools

VSCode related introduction on the remote end:

Microsoft in 2015 On April 30, 2019, the Visual Studio Code project was officially announced at the Build Developer Conference: a cross-platform source code editor running on Mac OS X, Windows, and Linux for writing modern Web and cloud applications.

Recommended tutorial: "vscode Getting Started Tutorial"

The above is the detailed content of How to use vscode remote debugging. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn