Skip to: Content | Navigation | Footer
YouDebug is a non-interactive debugger scripted by Groovy to assist remote troubleshooting and data collection to analyze failures.
<dependency> <groupId>org.kohsuke</groupId> <artifactId>youdebug</artifactId> <version>1.6-SNAPSHOT</version> </dependency>
'org.kohsuke:youdebug:jar:1.6-SNAPSHOT'
<dependency org="org.kohsuke" name="youdebug" rev="1.6-SNAPSHOT"> <artifact name="youdebug" type="jar" /> </dependency>
@Grapes( @Grab(group='org.kohsuke', module='youdebug', version='1.6-SNAPSHOT') )
compile 'org.kohsuke:youdebug:1.6-SNAPSHOT'
[org.kohsuke/youdebug "1.6-SNAPSHOT"]
libraryDependencies += "org.kohsuke" %% "youdebug" % "1.6-SNAPSHOT"