protected ProcessAttachRunConfiguration()

in plugin/src/main/java/com/attachme/plugin/AttachmeDebugger.java [62:64]


    protected ProcessAttachRunConfiguration(@NotNull Project project) {
      super(project, ProcessAttachRunConfigurationType.FACTORY, "ProcessAttachRunConfiguration");
    }