Skip to content

Commit 06425b6

Browse files
committed
JT: Switch to the default debug port that mx uses
PullRequest: truffleruby/723
2 parents 52a839c + 4813d40 commit 06425b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
TRUFFLERUBY_GEM_TEST_PACK_VERSION = "8288cf66797da2e38770126d5c048bda876dd413"
2727

28-
JDEBUG_PORT = 51819
28+
JDEBUG_PORT = 8000
2929
JDEBUG = "--vm.agentlib:jdwp=transport=dt_socket,server=y,address=#{JDEBUG_PORT},suspend=y"
3030
METRICS_REPS = Integer(ENV["TRUFFLERUBY_METRICS_REPS"] || 10)
3131
DEFAULT_PROFILE_OPTIONS = %w[--cpusampler --cpusampler.SampleInternal=true --cpusampler.Mode=roots --cpusampler.Output=json]

0 commit comments

Comments
 (0)