| 53 | const MAX_SILENT_AUTO_STEPS = 10000; |
| 54 | |
| 55 | export class StalkerBreakpointDebugger { |
| 56 | readonly breakpoints = new BreakpointStore((breakpoint, _args, context) => { |
| 57 | this.startStalkerForHit(breakpoint, context); |
| 58 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected