VSCode
Debug
Run the following task to generate a Run
launcher:
./gradlew generateLauncher
This will generate .vscode/launch.json
.
Switch to "Run and Debug" CTRL+SHIFT+D panel
and debug with the Run
task.
Whenever the sources are changed, re-run following task:
./gradlew classes
This task will re-compile updated classes and the debugger will try to hot reload the changes.
|