in plugin/src/main/java/com/attachme/plugin/AttachmeDebugger.java [74:77]
public RunProfileState getState(@NotNull Executor executor, @NotNull ExecutionEnvironment environment) {
if (connection == null) throw new NullPointerException();
return new RemoteStateState(getProject(), connection);
}