1. 调试

spyder调试帮助文档

  • 运行debug表示从头开始调试脚本;
  • continue:运行至断点处;

spyder调试帮助文档

2. 参数输入设置

spyder调试帮助文档     spyder调试帮助文档

  • spyder参数设置不支持”-”符号。
  •  spyder参数调用方式:如cmd中调用方式为:-h param1 -i param2 -j param3,则run->configure per file->command line options中参数设置为:param1 param2 param3。

 

3. python console

  • python console界面ipdb>:表示调试状态;
  • In [12]:12表示运行的次数;

相关文章:

  • 2021-07-24
  • 2021-08-19
  • 2021-09-11
  • 2021-10-23
  • 2021-09-19
  • 2021-11-27
  • 2021-12-30
  • 2022-12-23
猜你喜欢
  • 2021-08-01
  • 2022-01-25
  • 2021-12-05
  • 2021-10-13
  • 2021-07-01
  • 2021-12-26
  • 2022-02-07
相关资源
相似解决方案