Skip to content

Commit

Permalink
[Truffle] Use a different debug port since 8000 is likely to conflict…
Browse files Browse the repository at this point in the history
… with other services.
  • Loading branch information
nirvdrum committed May 24, 2015
1 parent 3181007 commit e62db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def run(*args)
end

if args.delete('--jdebug')
jruby_args += %w[-J-agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y]
jruby_args += %w[-J-agentlib:jdwp=transport=dt_socket,server=y,address=51819,suspend=y]
end

if args.delete('--server')
Expand Down

1 comment on commit e62db76

@nirvdrum
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chrisseaton @eregon @pitr-ch @bjfish Please update your remote debug configurations accordingly.

Please sign in to comment.