Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating debugging docs with more info on rust-gdb #2361

Merged
merged 2 commits into from May 10, 2022

Conversation

cjermain
Copy link
Contributor

@cjermain cjermain commented May 8, 2022

This resolves #2345 by adding more details around using rust-gdb in concert with PyO3.

Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Couple of small comments...

guide/src/debugging.md Outdated Show resolved Hide resolved
guide/src/debugging.md Outdated Show resolved Hide resolved
herquan added a commit to herquan/pyo3 that referenced this pull request May 9, 2022
Sometimes we need to debug in a real environment with our module installed. `append_to_inittab` will be a wrapper for PyImport_AppendInittab (https://docs.python.org/3/c-api/import.html#c.PyImport_AppendInittab) and help us to do this
Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@davidhewitt davidhewitt merged commit f5357f9 into PyO3:main May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugging docs for rust-gdb
2 participants