Develop configuration
#
One-click RunningYou can use one-click running after configuring command.run
. The commands and parameters correspond to different elements in the array. For example, ./gradlew bootRun
will be ["./gradlew", "bootRun"]
How to use one-click running
See more instructions in Remote Run.
#
One-click DebuggingApart from configuring command.debug
, you also need to enter a debug port. For example, the default debug port for gradle is 5005. If you want to use other ports, here remoteDebugPort
should be changed too.
How to use one-click debugging
See more instructions in Remote Debugging.
#
Configure HotReloadWith run or debug configured, you can further configure hotReload: true
to enable HotReload. Nocalhost offers liveReload, so if your programming language and running method do not support HotReload or the configuration is too complex, you can try to use the HotReload provided by Nocalhost.