I\'m using Aptana Studio with Pydev 1.5.3 to debug my Django applications. I use PyDev\'s remote debugger and some code in manage.py and for most of the time this setup is w
After some digging I discovered that I can use Expressions view to access variables properties and view results of class methods, but that still isn't a complete console at breakpoint though.