Skip to content

Commit 1b0a942

Browse files
Add debugging guide
1 parent 13ca222 commit 1b0a942

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/reference/contributing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ Finally, to build the docs locally and test that they work, you can run:
7272
make docs
7373
```
7474

75-
## Making changes
75+
## Debugging
76+
77+
To debug the Rust parts of this project, follow the [PyO3 debugging guide](https://pyo3.rs/main/debugging.html#debugger-specific-setup).
78+
Debug symbols are turned on by default.
79+
80+
### Making changes
7681

7782
All changes that impact users should be documented in the `docs/changelog.md` file. Please also add tests for any new features
7883
or bug fixes.

0 commit comments

Comments
 (0)