Skip to content
14paxton edited this page Aug 6, 2023 · 1 revision

title: DebuggerConfig permalink: IntelliJNotes/DebuggerConfig category: IntelliJNotes parent: IntelliJNotes layout: default has_children: false share: true shortRepo:

  • intellijnotes
  • default


Table of contents {: .text-delta } 1. TOC {:toc}



Micronaut runnin in intelli J

can run gradle command and attach any debugger listening on 5005

gradle run --debug-jvm

or modify run/debug config

debuggerConfig.png

Clone this wiki locally