package jetbrains.mps.debug.api; /*Generated by MPS */ import org.jetbrains.annotations.NotNull; public interface IDebuggerSettings { @NotNull String getCommandLine(boolean application); boolean isEmpty(); }