Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
环顾四周,我似乎找不到任何关于在 pyscripter 中为cherrypy 设置调试的帮助。我找到了django,但没有找到cherrypy。
我正在使用远程引擎,但断点没有捕捉到。
我建议您可以使用 进行调试pdb,或者最好使用ipdb(它提供一些额外的功能,如制表符完成)。pdb是标准(& 内置,而不是ipdb)python 调试器。
pdb
ipdb