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

Method stack

agent/debugger.ts:251–258  ·  view source on GitHub ↗
(maxEntries = 32)

Source from the content-addressed store, hash-verified

249 }
250
251 stack(maxEntries = 32): void {
252 const session = this.getPausedSession();
253 if (session === null || session.context === null) {
254 return;
255 }
256
257 session.lastStack = logStack(session.context, this.normalizeCount(maxEntries, 32), session.lastStack);
258 }
259
260 registers(): void {
261 const session = this.getPausedSession();

Callers 1

index.tsFile · 0.80

Calls 3

getPausedSessionMethod · 0.95
normalizeCountMethod · 0.95
logStackFunction · 0.85

Tested by

no test coverage detected