Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72c6774

Browse filesBrowse files
committed
wip
1 parent 4c63599 commit 72c6774
Copy full SHA for 72c6774

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Every time you refresh the page, it briefly pauses your running code and display
1010

1111

1212
## Setup
13-
On the project you wish to debug, install [debugpy](https://github.com/microsoft/debugpy):
13+
On the project you wish to debug, install [debgugpy](https://github.com/microsoft/debugpy):
1414
`pipenv install debugpy`
1515

1616

1717

18-
## Start debugpy server
18+
### Start debugpy server
1919
From the project you with to debug:
2020
```
2121
pipenv run python -m debugpy --listen localhost:5678 your-script.py
2222
```
2323

24-
## Run python-objectviewer
24+
### Run python-objectviewer
2525
In another terminal, clone this repo and run:
2626
`HD_PORT=9000 pipenv run python pov.py`
2727

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.