Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 502 Bytes

File metadata and controls

14 lines (9 loc) · 502 Bytes

Debugging tutorials

Tutorials for debugging native code.

Complete the setup before the session.

The NumPy reference-counting tutorial uses debug Python, SIGUSR1, and an LLDB hardware watchpoint to follow a one-line bug across the extension/interpreter boundary.

The Samply profiling tutorial is under construction.

Commands in bash blocks run in your terminal; commands prefixed with (lldb) run at the debugger prompt.