in src/com/jetbrains/clion/bugeater/debugger/BugEaterConfigurationType.java [21:32]
public BugEaterConfigurationType() {
super(TYPE_ID, FACTORY_ID, "Debugger-Stub", "Bug-Eater Debugger Stub",
new NotNullLazyValue<Icon>() {
@NotNull
@Override
protected Icon compute() {
return IconManager.getInstance().getIcon("/icons/bugEaterRunConfig.svg", BugEaterConfigurationType.class);
}
}
);
}