Attach a remote debugger
TL;DR
- Add a new system variable:This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
GRADLE_OPTIONS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006 - Start your Gradle task
- Run your favourite IDE's debugger
No comments :
Post a Comment