TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby JayIntover 13 years ago
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 comments

bockrisover 13 years ago
I typically don't but I have used <a href="http://winpdb.org/" rel="nofollow">http://winpdb.org/</a> in the past.
jvenableover 13 years ago
Wing IDE Pro gives you an excellent debug environment (the best I have seen)...