tools / native-debug-session
Native Debug Session
Parse GDB or LLDB transcripts into breakpoints, signals, frames, variables, commands, and next native-debugging actions.
3 signals detected. Start with crash signal.
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.
(gdb) bt
#0 0x00007fff in memcpy
Program received signal SIGSEGV, Segmentation fault.
(lldb) frame variable userPtr = 0x0
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.