_debug-configuration
配置内容#
不同的开发人员的开发环境是不同的。 你应该根据实际情况来配置远程调试的配置。
配置示例#
- Java
- Python
- Go
- PHP
- Node.js
- Ruby
Nocalhost Configs
Maven Example#
The shell command for Maven example:
jdk >= 1.8 and springBoot >=2.2.1.RELEASE
For jdk <=1.7 you should replace -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 with -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
For lower version of the springBoot you should replace -Drun.jvmArguments with -Dspring-boot.run.jvmArguments
Gradle Example#
The startup command for Gradle example:
Gradle's debug.sh
Nocalhost Configs
- VSCode
- Jetbrains
debug.sh
debug.sh
How does it Works?
Nocalhost using pydevd to debug Python application.

Nocalhost Configs
debug.sh
Nocalhost Configs
debug.sh
How does it works?
Nocalhost using Xdebug to debug PHP applications.

Nocalhost Configs
debug.sh
Nocalhost Configs
debug.sh