protected RunContentDescriptor createContentDescriptor()

in plugin/src/main/java/com/attachme/plugin/AttachmeDebugger.java [48:51]


    protected RunContentDescriptor createContentDescriptor(@NotNull RunProfileState state, @NotNull ExecutionEnvironment environment)
      throws ExecutionException {
      return attachVirtualMachine(state, environment, ((RemoteState) state).getRemoteConnection(), false);
    }