/** Clears all breakpoints. */
 public void clearAllBreakpoints() {
   for (SourceInfo si : urlToSourceInfo.values()) {
     si.removeAllBreakpoints();
   }
 }