1. 程式人生 > >vs code配置python debug環境

vs code配置python debug環境

開啟settings.json檔案, 找到"python.pythonPath": "python", 在使用者設定中將python替換為自己的python安裝路徑

開啟launch.json檔案, 找到"name": "Python"這個節點, 新增"console": "integratedTerminal"

儲存後, 再python檔案中, 按f5啟動除錯