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

Method until

agent/debugger.ts:151–157  ·  view source on GitHub ↗
(position: PointerInput)

Source from the content-addressed store, hash-verified

149 }
150
151 until(position: PointerInput): void {
152 try {
153 this.runUntilPointer(toPointer(position), "until");
154 } catch (error) {
155 log(`[until] invalid address: ${String(error)}`, "red");
156 }
157 }
158
159 continue(threadId?: ThreadId | null): void {
160 const session = this.getSession(threadId ?? this.currentThreadId);

Callers 1

index.tsFile · 0.80

Calls 3

runUntilPointerMethod · 0.95
toPointerFunction · 0.85
logFunction · 0.85

Tested by

no test coverage detected