// this initialization happens after the source windows are
// up, so fire an event to the editor to show all known
// breakpoints. as new source windows are opened, they will
// call getBreakpointsInFile to populate themselves.
events_.fireEvent(
new BreakpointsSavedEvent(breakpoints_, true));
}
}
@Override
protected JsObject getValue()