Skip to content

Commit b3c0408

Browse files
Update Debugging01.md
1 parent 82f5f0a commit b3c0408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/Debugging01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ On Windows it is possible to debug Python scripts in Microsoft Visual Studio usi
1313

1414
Assuming you've done steps 1 and 2, step 3 can be achieved using [PIP](https://pypi.python.org/pypi/pip).
1515

16-
```python
16+
```
1717
C:\>pip install ptvsd
1818
Downloading/unpacking ptvsd
1919
Running setup.py (path:c:\docume~1\user\locals~1\temp\pip_build_user\ptvsd\setup.py) egg_info for package ptvsd
@@ -29,7 +29,7 @@ Now you should be able to `import ptvsd` in your Python interpreter.
2929

3030
Let's see how to prepare a [basic script](./Addin01.md) for debugging with PTVS
3131

32-
```
32+
```python
3333
# Book1.py
3434
from xlpython import *
3535

0 commit comments

Comments
 (0)