Check if a breakpoint exists
static bool hasBreakpoint(String name) { return customBreakpoints.containsKey(name); }