python基础 ---- 使用pyCharm 调试

debug -- 为了分析程序的异常 

单步调试

  1、设置断点 2、debug、启动  3、监控变量

  

原文地址:https://www.cnblogs.com/obge/p/10793437.html