[8280] can't attach to debugger with
Hi!
When trying to remote attach to the debugger the following exception occurs:
Error during dispatching of
java.awt.event.MouseEvent[MOUSE_RELEASED,(546,58),absolute(546,58),button=1,modifiers=Button1,clickCount=1]
on frame0: @NotNull method
com/intellij/execution/configurations/ModuleBasedConfiguration.getModules
must not return null
java.lang.IllegalStateException: @NotNull method
com/intellij/execution/configurations/ModuleBasedConfiguration.getModules
must not return null
at
com.intellij.execution.configurations.ModuleBasedConfiguration.getModules(ModuleBasedConfiguration.java)
at
com.intellij.debugger.impl.DebuggerSession.attach(DebuggerSession.java:13)
at
com.intellij.debugger.impl.DebuggerManagerImpl.attachVirtualMachine(DebuggerManagerImpl.java:143)
at
I've "Blamed IDEA Core" already, just wanted to let others know!
Ciao,
Mario
Please sign in to leave a comment.