MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger /

Class

agent/debugger.ts:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53const MAX_SILENT_AUTO_STEPS = 10000;
54
55export class StalkerBreakpointDebugger {
56 readonly breakpoints = new BreakpointStore((breakpoint, _args, context) => {
57 this.startStalkerForHit(breakpoint, context);
58 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected