We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f5f0a commit b3c0408Copy full SHA for b3c0408
docs/tutorials/Debugging01.md
@@ -13,7 +13,7 @@ On Windows it is possible to debug Python scripts in Microsoft Visual Studio usi
13
14
Assuming you've done steps 1 and 2, step 3 can be achieved using [PIP](https://pypi.python.org/pypi/pip).
15
16
-```python
+```
17
C:\>pip install ptvsd
18
Downloading/unpacking ptvsd
19
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.
29
30
Let's see how to prepare a [basic script](./Addin01.md) for debugging with PTVS
31
32
-```
+```python
33
# Book1.py
34
from xlpython import *
35
0 commit comments