We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c63599 commit 72c6774Copy full SHA for 72c6774
README.md
@@ -10,18 +10,18 @@ Every time you refresh the page, it briefly pauses your running code and display
10
11
12
## Setup
13
-On the project you wish to debug, install [debugpy](https://github.com/microsoft/debugpy):
+On the project you wish to debug, install [debgugpy](https://github.com/microsoft/debugpy):
14
`pipenv install debugpy`
15
16
17
18
-## Start debugpy server
+### Start debugpy server
19
From the project you with to debug:
20
```
21
pipenv run python -m debugpy --listen localhost:5678 your-script.py
22
23
24
-## Run python-objectviewer
+### Run python-objectviewer
25
In another terminal, clone this repo and run:
26
`HD_PORT=9000 pipenv run python pov.py`
27
0 commit comments