python-debugging-vscode-docker简介:使用Docker和VSCode调试Python应用程序

时间:2021-02-10 02:19:51
【文件属性】:
文件名称:python-debugging-vscode-docker简介:使用Docker和VSCode调试Python应用程序
文件大小:2.49MB
文件格式:ZIP
更新时间:2021-02-10 02:19:51
Python 使用Docker和VSCode调试Python应用程序 介绍 此仓库包含有关将Docker与VSCode一起使用以调试python应用程序的教程。 建议按顺序遵循这些教程。 VS代码配置 VS Code支持大量扩展,以添加有用功能以外的其他功能。 本教程利用了应该通过单击左侧活动栏上的扩展(4个正方形)图标并搜索Remote Development来安装的远程开发扩展包。 此扩展允许本地计算机上的VS Code查看和编辑远程计算机或容器上的源代码。 其他扩展提供了其他语言功能。 安装完成后,VS Code左下方的绿色图标标题为Open a remote window 。 单击后,将显示一个带有许多选项的下拉菜单。 在以下教程中,将使用“ Remote Containers: Attach to running container... 。 讲解 要遵循这些教程,请使用以下方法在本地克隆
【文件预览】:
intro-to-python-debugging-vscode-docker-main
----.gitignore(2KB)
----images()
--------remote-container-python-extension-search.png(233KB)
--------remote-container-debug-dropdown.png(161KB)
--------remote-container-flask-api-breakpoint.png(201KB)
--------remote-container-flask-api-interpreter.png(48KB)
--------select-python-interpreter.png(47KB)
--------remote-container-debug-set-breakpoint.png(98KB)
--------remote-container-open-folder-app.png(214KB)
--------remote-container-debug-step-into.png(161KB)
--------remote-container-debug-pause.png(160KB)
--------remote-container-open-folder-app-selected.png(155KB)
--------remote-container-flask-api-start-debug.png(30KB)
--------remote-container-debug-extension.png(72KB)
--------remote-container-connecting.png(38KB)
--------remote-container-open-folder-root.png(176KB)
--------remote-development-dropdown.png(193KB)
--------remote-container-python-extension-installing.png(216KB)
--------vscode-extensions.png(282KB)
--------remote-container-open-folder-app-opened.png(102KB)
--------remote-container-python-extension-installed.png(217KB)
--------remote-container-connected.png(50KB)
--------remote-development-icon.png(32KB)
----flask-api()
--------README.md(5KB)
--------.vscode()
--------app.py(453B)
----simple-script()
--------README.md(4KB)
--------app.py(177B)
----README.md(2KB)

网友评论