# python 除錯 ## 安裝 1. 開始/cmd 2. pip install web-pdb ## 使用 1. 在需要觀察的程式碼上方插入 import web_pdb; web_pdb.set_trace() 2. 在命令列執行該程式 ex: python test.py 3. 打開瀏覽器輸入localhost:5555,進入除錯畫面 ##
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up