Skip to content

Commit afaf3b9

Browse files
committed
uv run gdb in dev docs
1 parent 0071e2d commit afaf3b9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/development.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,10 +1010,7 @@ be very useful. For example, to run a particular test case, we can do:
10101010

10111011

10121012
```bash
1013-
gdb python
1014-
(gdb) run -m pytest tests/test_python_c.py
1015-
1016-
1013+
uv run gdb python
10171014
(gdb) run -m pytest -vs tests/test_tables.py::TestNodeTable::test_copy
10181015
Starting program: /usr/bin/python3 run -m pytest tests/test_tables.py::TestNodeTable::test_copy
10191016
[Thread debugging using libthread_db enabled]

0 commit comments

Comments
 (0)