mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
[debugger] EA-1583106 Explicitly load util class in case of debug attach
Fixes for IDEA-362750 GitOrigin-RevId: 4f6fc7eb45ea2e4beafdebdcf22973cb815c9977
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8a6703d5fa
commit
a5f063e9cf
@@ -3,7 +3,7 @@ package com.intellij.rt.debugger.coroutines;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
final class JsonUtils {
|
||||
public final class JsonUtils {
|
||||
private JsonUtils() { }
|
||||
|
||||
static String dumpCoroutineStackTraceDumpToJson(
|
||||
|
||||
Reference in New Issue
Block a user