You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-debugger-api/src/main/resources/LOCALIZE-LIB/en_US/com.intellij.java.debugger.JavaDebuggerLocalize.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ action.show.watches.text.hide:
34
34
text: Hide Watches
35
35
action.show.watches.text.show:
36
36
text: Show Watches
37
+
action.thread.dump.text:
38
+
text: Get Thread Dump
39
+
action.thread.dump.description:
40
+
text: Get stacktraces of all the threads within JVM at current moment
37
41
action.watch.method.return.value.description:
38
42
text: Enables watching last executed method return value
<actionid="DumpThreads"class="com.intellij.java.debugger.impl.actions.ThreadDumpAction"text="Take a thread dump"icon="consulo.platform.base.PlatformIconGroup@actions.dump">
0 commit comments