YouDebug

YouDebug is a non-interactive debugger scripted by Groovy to assist remote troubleshooting and data collection to analyze failures.

License

License

The MIT license
GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

youdebug
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

YouDebug
YouDebug is a non-interactive debugger scripted by Groovy to assist remote troubleshooting and data collection to analyze failures.
Source Code Management

Source Code Management

http://youdebug.kohsuke.org/

Download youdebug

How to add to project

<!-- https://jarcasting.com/artifacts/org.kohsuke/youdebug/ -->
<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>youdebug</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/youdebug/
implementation 'org.kohsuke:youdebug:1.5'
// https://jarcasting.com/artifacts/org.kohsuke/youdebug/
implementation ("org.kohsuke:youdebug:1.5")
'org.kohsuke:youdebug:jar:1.5'
<dependency org="org.kohsuke" name="youdebug" rev="1.5">
  <artifact name="youdebug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='youdebug', version='1.5')
)
libraryDependencies += "org.kohsuke" % "youdebug" % "1.5"
[org.kohsuke/youdebug "1.5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 1.6.5
args4j : args4j jar 2.0.16

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
com.thoughtworks.qdox : qdox jar 1.6.3

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.5
1.4
1.3
1.2
1.1
1.0