Loading...

tools / native-debug-session

Native Debug Session

Parse GDB or LLDB transcripts into breakpoints, signals, frames, variables, commands, and next native-debugging actions.

P2Logs & ErrorsHigh severity
90
debug signal score
3 signals

3 signals detected. Start with crash signal.

Detected signals

Crash signal

A native crash signal is present.

Identify the crashing thread, invalid address, and owning allocation.

Backtrace frames

Debugger backtrace output is present.

Find the first app frame below system/library frames.

Null or invalid pointer

A pointer or memory access issue is likely.

Inspect object lifetime, ownership, and thread handoff around the pointer.

Highlighted lines
line 1
(gdb) bt
Backtrace frames
line 2
#0  0x00007fff in memcpy
Backtrace framesNull or invalid pointer
line 3
Program received signal SIGSEGV, Segmentation fault.
Crash signal
line 4
(lldb) frame variable userPtr = 0x0
Null or invalid pointer
Fix checklist
Identify the crashing thread, invalid address, and owning allocation.
Find the first app frame below system/library frames.
Inspect object lifetime, ownership, and thread handoff around the pointer.
Keep the full crashing thread backtrace.
Resolve symbols before drawing conclusions.
Record compiler flags and binary build ID.

DebugTools product

Native Debug Session

Native Debug Session is a focused DebugTools mini-product for developers. Parse GDB or LLDB transcripts into breakpoints, signals, frames, variables, commands, and next native-debugging actions.

Use cases

  • Turn pasted failures into a cleaner root-cause checklist.
  • Separate the first error from retries, noise, and downstream symptoms.
  • Prepare a concise report for an issue, pull request, or incident note.

How it works

  • Paste or load the snippet you want to inspect in Native Debug Session.
  • Run the tool in the browser and review the highlighted output.
  • Copy, export, or turn the result into the next debugging step.

Privacy

  • Native Debug Session is local-first. The core workflow runs in your browser and does not require sending pasted content to DebugTools servers.

This tool history

Recent Native Debug Session sessions

Only visits for this tool are shown. Pasted content, tokens, request bodies, and logs are not stored here.

Loading this tool history...