We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf553f4 commit d200fa9Copy full SHA for d200fa9
CONTRIBUTING.md
@@ -109,7 +109,7 @@ tox -p auto -o -e <tox_env> -- <pytest_args>
109
## Debugging
110
111
Normal Python breakpoints using `breakpoint()` will drop you into `pdb` by default.
112
-To inspect extension module code at runtime `lldb` is useful.
+To inspect C application like uWSGI or extension module code at runtime `lldb` is useful.
113
For example, to debug a Django application that interfaces with uWSGI, build uWSGI with debug symbols using
114
115
```bash
0 commit comments