An open API service indexing awesome lists of open source software.

https://github.com/pocketpy/pocketpy-vscode-extension

pocketpy development tools for VSCode
https://github.com/pocketpy/pocketpy-vscode-extension

Last synced: 10 months ago
JSON representation

pocketpy development tools for VSCode

Awesome Lists containing this project

README

          

1. 启动Run Extension
2. 在新打开的窗口中,DEBUG选项有attach和launch,如果是attach模式需要先启动待调试脚本,launch模式需要填写program路径
3. debug adpter在python文件夹下,所以逻辑均在这一个文件夹里
4. src下是插件源码的路径