Python调试器/ IDE ?? [英] Python Debugger / IDE ??

查看:92
本文介绍了Python调试器/ IDE ??的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Python中是否有任何编辑器或IDE(Windows或Linux)

具有非常好的调试功能,如MS VisualStudio或类似的东西


/>

我喜欢SPE,但不能轻易使用winPDP。我需要提示来调试我的代码

轻松。


非常感谢每一位帮助。


谢谢

Is there any editor or IDE in Python (either Windows or Linux) which
has very good debugging facilites like MS VisualStudio has or something
like that.

I like SPE but couldn''t easily use winPDP. I need tips to debug my code
easily.

Every help is greatly appreciated.

Thanks

推荐答案



krypto.wiz ... @ gmail.com写道:

krypto.wiz...@gmail.com wrote:
在Python(Windows或Linux)中是否有任何编辑器或IDE具有非常好的调试设备,如MS VisualStudio或类似的东西。

我喜欢SPE但是不能轻易使用winPDP。我需要提示来轻松调试我的代码。

非常感谢每一位帮助。

谢谢
Is there any editor or IDE in Python (either Windows or Linux) which
has very good debugging facilites like MS VisualStudio has or something
like that.

I like SPE but couldn''t easily use winPDP. I need tips to debug my code
easily.

Every help is greatly appreciated.

Thanks




我一直对PythonWin中的调试器感到满意。你甚至可以使用:
来自pywin.debugger导入set_trace; set_trace()


来调用调试器直接来自一个脚本,该脚本原本不是

在ide中运行。



I''ve always been happy with the debugger in PythonWin. You can even
use:

from pywin.debugger import set_trace;set_trace()

to bring up the debugger directly from a script that wasn''t originally
run in the ide.


kr *********** @ gmail.com
有吗Python中的任何编辑器或IDE(Windows或Linux)都具有非常好的调试功能,如MS VisualStudio或类似的东西。
Is there any editor or IDE in Python (either Windows or Linux) which
has very good debugging facilites like MS VisualStudio has or something
like that.




这是关于IDE的最新主题:
http://groups.google.nl/group/comp.l...9604e225252ad4

-
$ b $bRené Pijlman



Here''s a recent thread about IDEs:
http://groups.google.nl/group/comp.l...9604e225252ad4

--
René Pijlman


> Python中是否有任何编辑器或IDE(Windows或Linux)
>Is there any editor or IDE in Python (either Windows or Linux) which
具有非常好的调试功能l ike MS VisualStudio有或类似的东西。
has very good debugging facilites like MS VisualStudio has or something
like that.




我一直在和PyDev一起使用Eclipse,我很满意。



I''ve been using Eclipse with PyDev and am very happy with it.


这篇关于Python调试器/ IDE ??的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆