Skip to content

Commit

Permalink
Do not suspend the demo in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 21, 2016
1 parent fd054cf commit 75dab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/jline-gogo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ opts=""
while [ "${1}" != "" ]; do
case ${1} in
'debug')
opts="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
opts="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005"
shift
;;
'jansi')
Expand Down

0 comments on commit 75dab0a

Please sign in to comment.