0

I'm trying to see the stack traces of some live threads via the Threads tab in Java Mission Control. This is possible by selecting a thread and then looking at the "Stack traces for selected threads" section.

My problem is that the screen refreshes every 3 seconds and I can't find the option to make that interval longer.

treaz
  • 508
  • 2
  • 6
  • 14

1 Answers1

0

There is a "Update interval for thread stacks [ms]" preference directly under Window -> Preferences -> Java Mission Control -> JMX Console, could that be it?

Klara
  • 2,935
  • 22
  • 19