_debug-configuration
Configuration#
The development environment is different between developers. You should configure remote debug configurations according to the actual situation.
Sample 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