Table of contents
  1. Micronaut
    1. Running Application in Debug mode




Micronaut

Running Application in Debug mode

can run gradle command and attach any debugger listening on 5005

gradle run --debug-jvm

or modify run/debug config

debuggerConfig.png