private bool HitBreakpointOnLine(string module, ExecutionFrame currentFrame)
 {
     return(_breakpoints.Find(module, currentFrame.LineNumber));
 }