TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: how to debug python... I miss visual studio

1 点作者 JayInt超过 13 年前
Having moved to python only recently at home from C# I'm trying to adjust my programming style, however there seems very little in way of an introduction as to how to debug in python.<p>pyDev seems to be the standard and using frameworks like Flask gives nice compile time errors but really I miss the real-time debugging with break points...<p>how do YOU debug in real-time with python?

2 条评论

bockris超过 13 年前
I typically don't but I have used <a href="http://winpdb.org/" rel="nofollow">http://winpdb.org/</a> in the past.
jvenable超过 13 年前
Wing IDE Pro gives you an excellent debug environment (the best I have seen)...