Debugging Gradle Tests: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Gradle Operations =Overview= <syntaxhighlight lang='bash'> gradle test --debug-jvm </syntaxhighlight>...")
(No difference)

Revision as of 22:10, 1 June 2021

Internal

Overview

gradle test --debug-jvm

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

TODO: