Skip to content

Commit 1bbb67c

Browse files
committed
Adding in Screenshots
1 parent 68439f8 commit 1bbb67c

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

images/VSCodeDebugScreen.png

1.3 MB
Loading

images/VSCodeScreen.png

849 KB
Loading

remote_debug.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Currently this guide focuses on debugging Python running inside Docker through Visual Studio Code, though some of the methods are generalizable. Further methods for debugging code remotely should be added here with a pull request. With some slight changes this should also work for a truly remote machine or in Visual Studio with PTVS rather than VSCode.
22

3+
[![Visual Studio Code Debugging Screenshot](images/VSCodeDebugScreen.png)](https://code.visualstudio.com/)
4+
35
## Python Debug setup
46

57
based on [https://donjayamanne.github.io/pythonVSCodeDocs/docs/debugging_remote-debugging/](https://donjayamanne.github.io/pythonVSCodeDocs/docs/debugging_remote-debugging/)

0 commit comments

Comments
 (0)