Skip to content

Commit d200fa9

Browse files
.
1 parent cf553f4 commit d200fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ tox -p auto -o -e <tox_env> -- <pytest_args>
109109
## Debugging
110110

111111
Normal Python breakpoints using `breakpoint()` will drop you into `pdb` by default.
112-
To inspect extension module code at runtime `lldb` is useful.
112+
To inspect C application like uWSGI or extension module code at runtime `lldb` is useful.
113113
For example, to debug a Django application that interfaces with uWSGI, build uWSGI with debug symbols using
114114

115115
```bash

0 commit comments

Comments
 (0)