beeware / bugjar

A interactive graphical debugger for Python code.
BSD 3-Clause "New" or "Revised" License
249 stars 31 forks source link

Debug python 3.x #21

Closed CodingJonas closed 8 years ago

CodingJonas commented 8 years ago

I work under Ubuntu 14.04 and try to debug my python code written in python 3. Is there a possibility to debug python 3?

freakboy3742 commented 8 years ago

At present, probably not. Bugjar is in a very early prototype stage, and I've been distracted from working on it by some other related projects. If you want to submit a patch for Python 3 compatibility, I'll happily merge it; but Bugjar isn't really even ready for serious Python 2 debugging, let along Python 3.

Closing this on the basis that there isn't anything specifically actionable in this report; to the extent "support Python 3" is a feature request, that's already covered by #7.

kevin0311 commented 8 years ago

You should put right up front on your site and documentation that that this doesn't work with Python 3...that would save some newer folks a lot of wasted time.

freakboy3742 commented 8 years ago

@kevin0311 Thanks for the feedback. This is a project that needs a lot of work - I've been distracted by some other things along the way.