Skip to content

Commit

Permalink
Update TRACEBACKS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 authored and BethanyG committed Nov 18, 2022
1 parent 979f7f7 commit 5983e7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/TRACEBACKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ Reducing bytecode is one way to make the code run faster.
## Python Debugger

Python has a built in debugger, [pdb][pdb].
It can be used to step through code and inspect variables. You can also set breakpoints with it.
It can be used to step through code and inspect variables.
You can also set breakpoints with it.
To get started you have to first `import pdb` and then call `pdb.set_trace()` where you want to start debugging:

```python
Expand Down

0 comments on commit 5983e7e

Please sign in to comment.