Home > Article > Development Tools > 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- SSH
Plug-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!