We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52a839c + 4813d40 commit 06425b6Copy full SHA for 06425b6
tool/jt.rb
@@ -25,7 +25,7 @@
25
26
TRUFFLERUBY_GEM_TEST_PACK_VERSION = "8288cf66797da2e38770126d5c048bda876dd413"
27
28
-JDEBUG_PORT = 51819
+JDEBUG_PORT = 8000
29
JDEBUG = "--vm.agentlib:jdwp=transport=dt_socket,server=y,address=#{JDEBUG_PORT},suspend=y"
30
METRICS_REPS = Integer(ENV["TRUFFLERUBY_METRICS_REPS"] || 10)
31
DEFAULT_PROFILE_OPTIONS = %w[--cpusampler --cpusampler.SampleInternal=true --cpusampler.Mode=roots --cpusampler.Output=json]
0 commit comments