Lines Matching defs:debugger
64 type debugger struct { struct
65 sync.Mutex
66 p1, p2 EditScript
67 fwdPath, revPath *EditScript
68 grid []byte
69 lines int
72 func (dbg *debugger) Begin(nx, ny int, f EqualFunc, p1, p2 *EditScript) EqualFunc {
100 func (dbg *debugger) Update() {
104 func (dbg *debugger) Finish() {
109 func (dbg *debugger) String() string {
117 func (dbg *debugger) print(d time.Duration) {