1. 程式人生 > 實用技巧 >python調試出現pydev debugger: process 15702 is connecting的問題

python調試出現pydev debugger: process 15702 is connecting的問題

文章目錄

轉載請標明出處:
http://blog.csdn.net/qq_27818541/article/details/109143219
本文出自:【BigManing的部落格】

前言

除錯時沒有進入我設定debug點,然後出現如下輸出:

在這裡插入圖片描述

原因分析

1、情況一

看到Process finished with exit code 0 說明程式沒問題,細查原來是因為設定的debug點不在邏輯實際執行的流程分支上。 把debug點設定在正確的地方上即可

2、情況二

如果還是不行,那就重啟,(重啟萬法好)

在這裡插入圖片描述