如何在Sublime Text 3中设置python调试器(
pdb)断点?
SublimeREPL或Python Breakpoints都使用默认的python构建系统进行失败:
print "hello" # code runs fine without this breakpoint import pdb; pdb.set_trace() print "bye" >>>File "C:\Python27\lib\bdb.py",line 49,in trace_dispatch >>>return self.dispatch_line(frame) >>>File "C:\Python27\lib\bdb.py",line 68,in dispatch_line >>>if self.quitting: raise BdbQuit
以上问题出现documented,但没有明显的修复。还是有答案盯着我?
解决方法
python断点插件,并检查此链接
python breakpoint debugger
使用ctrl shift b切换行中的断点
但它不是优化的解决方案来调试使用文本编辑器的软件。
有最好的IDE,使您的开发更容易
> visual studio社区版> Pycharm> Eclipse科莫多