随笔分类 -  Python

Programming language of Python
How To Debug a Pyhon Program
摘要:I have used python for several months and find it important to know how to debug a python program, to toggle breakpoints, to view the stacks and so on.How to run a program in IDLEIn python IDLE, we can click menu Run -- Run Module to execute our program, alse we can use F5.Perhaps the most common wa 阅读全文
posted @ 2012-07-02 12:53 Jiang, X. 阅读(232) 评论(0) 推荐(0)