mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-386462 [debugger] 'Get Thread Dump' doesn't show stacktrace of selected thread
(cherry picked from commit df631f3811aa47b2933ec2af5a765374ca5c0532) IJ-CR-194750 GitOrigin-RevId: 3cadd124cc97665fca43e7f21eca049850f385ae
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2ac43850a8
commit
fdfc1276eb
@@ -179,6 +179,7 @@ public final class ThreadDumpPanel extends JPanel implements NoStackTraceFolding
|
||||
}
|
||||
} else {
|
||||
AnalyzeStacktraceUtil.printStacktrace(consoleView, "");
|
||||
currentlySelectedItem = null;
|
||||
}
|
||||
threadTree.repaint();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user