mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[debugger] IDEA-352355 enable by default
GitOrigin-RevId: 4406de03ae4f9fa55471fb6f1f39a7518154028c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cc106e43d3
commit
60683a8131
@@ -264,6 +264,8 @@ public class OutputChecker {
|
||||
result = result.replace("-Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 ", "");
|
||||
result = result.replace("-Dkotlinx.coroutines.debug.enable.creation.stack.trace=false ", "");
|
||||
result = result.replace("-Ddebugger.agent.enable.coroutines=true ", "");
|
||||
result = result.replace("-Dkotlinx.coroutines.debug.enable.flows.stack.trace=true ", "");
|
||||
result = result.replace("-Dkotlinx.coroutines.debug.enable.mutable.state.flows.stack.trace=true ", "");
|
||||
result = result.replace("-Ddebugger.agent.support.throwable=false ", "");
|
||||
result = result.replaceAll("\\((.*):\\d+\\)", "($1:!LINE_NUMBER!)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user