Skip to content

Instantly share code, notes, and snippets.

@noahp
Created November 15, 2018 02:18
Show Gist options
  • Save noahp/608e5f6cebe508e8f8b753b06fa81ff0 to your computer and use it in GitHub Desktop.
Save noahp/608e5f6cebe508e8f8b753b06fa81ff0 to your computer and use it in GitHub Desktop.
Python c extension gdb hint with cyrus dashboard

debugging python native extension (.so)

If you're using the excellent cyrus dashboard (https://github.com/cyrus-and/gdb-dashboard), be aware that using set confirm off prevents being able to set these breakpoints before the .so is loaded, so recommend setting set confirm on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment