首页 > 编程语言 > 详细

debugging python with IDLE

时间:2015-01-03 14:30:40      阅读:279      评论:0      收藏:0      [点我收藏+]

1. start IDLE

“Python 2.5”→“IDLE(Python GUI)”

技术分享

2. open your source file window

From python shell, select file->open...

技术分享

3. show debug control

From python shell, select Debug->Debuger

4. start running

From the source file window, select Run->Run Module

技术分享


技术分享

5. debugging with Debug Control

Step: step into

Over: step over

Out: step out

Go: run...

breakpoint: set and clear breakpoint in the source file window with right click menu at the line you want

debugging python with IDLE

原文:http://www.cnblogs.com/mengfanrong/p/4199424.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!