Ejemplo n.º 1
0
 private bool HitBreakpointOnLine(string module, ExecutionFrame currentFrame)
 {
     return(_breakpoints.Find(module, currentFrame.LineNumber));
 }