mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
IDEA-252665 Run Targets: On run springBoot with docker run target get java.lang.NoSuchFieldException:
GitOrigin-RevId: 2cd5b2258e8d31f8afaf2c8069bc01a909776d28
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0f084cedb6
commit
4cef7d2ffc
@@ -224,7 +224,7 @@ public class JavaAttachDebuggerProvider implements XLocalAttachDebuggerProvider
|
||||
|
||||
@Nullable
|
||||
static LocalAttachInfo getProcessAttachInfo(@NotNull BaseProcessHandler processHandler) {
|
||||
return getAttachInfo(null, OSProcessUtil.getProcessID(processHandler.getProcess()), processHandler.getCommandLine(), null);
|
||||
return getAttachInfo(null, (int)processHandler.getProcess().pid(), processHandler.getCommandLine(), null);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user