[置顶] 如何在Python IDLE中调试Python代码?

好久没有用Python了,居然忘记了怎么在Python IDLE中调试Python代码。百度了一下,然后还是写下来吧,以免以后又忘记了。

 

1. Set break point in the source file.

2. Show Python shell


3. Enable Debug


4. Run Module

 

 

 

posted on 2013-08-24 21:11  you Richer  阅读(247)  评论(0)    收藏  举报