Debugging Gradle Tests

From NovaOrdis Knowledge Base
Revision as of 22:10, 1 June 2021 by Ovidiu (talk | contribs) (Created page with "=Internal= * Gradle Operations =Overview= <syntaxhighlight lang='bash'> gradle test --debug-jvm </syntaxhighlight>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

gradle test --debug-jvm

Gradle will suspend execution right before running tests and wait for debugger connection on port 5005.

TODO: