-
Notifications
You must be signed in to change notification settings - Fork 781
Debugging
Vladimir Kotal edited this page Jan 26, 2018
·
36 revisions
The OpenGrok
shell script allows to specify Java debug options using the JAVA_DEBUG
environment variable. This is especially handy for enabling remote debugger, like so:
JAVA_DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,address=8010,suspend=y"