package jetbrains.mps.debugger.api.ui.breakpoints; /*Generated by MPS */ import com.intellij.openapi.actionSystem.DataKey; import jetbrains.mps.debug.api.breakpoints.IBreakpoint; public final class BreakpointsUtil { public static DataKey<IBreakpoint> MPS_BREAKPOINT = DataKey.create("MPS_Breakpoint"); public static DataKey<BreakpointsBrowserDialog> MPS_BREAKPOINTS_BROWSER_DIALOG = DataKey.create("MPS_Breakpoints_Browser_Dialog"); private BreakpointsUtil() { } }