mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[debugger] Switch on registry for breakpoint instrumentation
IDEA-370744 GitOrigin-RevId: b474e13ab08d9e96277449c16016510aca558ce5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
244465a9e8
commit
d8ed5c2afa
@@ -316,7 +316,7 @@
|
||||
description="Enable collection watchpoints support"/>
|
||||
<registryKey key="debugger.async.stacks.via.breakpoints" defaultValue="false"
|
||||
description="Enable async stack traces implementation via breakpoints"/>
|
||||
<registryKey key="debugger.breakpoint.instrumentation" defaultValue="false"
|
||||
<registryKey key="debugger.breakpoint.instrumentation" defaultValue="true"
|
||||
description="Use instrumentation conditional and logging breakpoints if possible"/>
|
||||
<registryKey key="debugger.async.stacks.coroutines" defaultValue="true"
|
||||
description="Enable async stack traces for coroutines"/>
|
||||
|
||||
Reference in New Issue
Block a user