We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e71db commit 4ae6b1cCopy full SHA for 4ae6b1c
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 C applications like uWSGI or extension module code at runtime `lldb` is useful.
+To inspect C applications 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