Skip to content

Commit

Permalink
Re-add [commented] debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
trptcolin committed Mar 26, 2012
1 parent 04f8f0c commit 3dffe10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/reply.sh
Expand Up @@ -33,6 +33,8 @@ done

java -cp "$CP":"$USER_CP" reply.ReplyMain "$@"

# For jline debugging:
# java -Djline.internal.Log.debug=true -cp $CP reply.ReplyMain "$@"
# for debugging:
# java -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n \
# -Djline.internal.Log.debug=true \
# -cp $CP reply.ReplyMain "$@"

0 comments on commit 3dffe10

Please sign in to comment.