mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-384931 [debugger]: ThreadDumpPanel fix action names to fit coroutines as well
GitOrigin-RevId: ea124b1f36b8e3ce3ae85fd7bc5e8319cec69cad
This commit is contained in:
committed by
intellij-monorepo-bot
parent
49ee154be1
commit
cb2ce16daf
@@ -7,8 +7,8 @@ notification.text.truncated.thread.dump.was.successfully.copied.to.clipboard=Tru
|
||||
action.description.show.only.threads.containing.a.specific.string=Show only threads containing a specific string
|
||||
action.text.merge.identical.stacktraces=Merge Identical Stacktraces
|
||||
action.description.group.threads.with.identical.stacktraces=Group threads with identical stacktraces
|
||||
action.text.group.dump.items=Group Virtual Threads
|
||||
action.description.group.dump.items=Group virtual threads in thread containers
|
||||
action.text.group.dump.items=Show in Groups
|
||||
action.description.group.dump.items=Show in groups
|
||||
action.text.show.only.platform.threads=Show only platform threads
|
||||
action.description.show.only.platform.threads=Show only platform threads
|
||||
thread.dump.loading.text=Loading\u2026
|
||||
|
||||
+2
-1
@@ -30,4 +30,5 @@ optimised.variable.message={0} was optimised out
|
||||
|
||||
to.enable.information.breakpoint.suspend.policy.should.be.set.to.all.threads=To enable information breakpoint suspend policy should be set to 'All' threads.
|
||||
|
||||
dump.item.coroutine.tooltip=Coroutine
|
||||
dump.item.coroutine.tooltip=Coroutine
|
||||
dump.item.dumped.coroutines.tooltip=Dumped coroutines
|
||||
Reference in New Issue
Block a user