[BangPypers] Turbogears Pydev debugging in Eclipse

Parthan SR parth.technofreak at gmail.com
Fri Feb 27 11:22:04 CET 2009


Harpreet Singh wrote:
> Hi,
> I come from the .Net/visual studio environment and i am pretty new to 
> the Turbogears 1.0.4.4 and/or python world.
> I would like to know if pydev in Eclipse 3.2 supports breakpoint 
> debugging of a Turbogears web application?
> If yes, this would mean setting a break point in the .py file and 
> doing a step through/step into of the code, while the web page is 
> displayed in the browser. Am i correct?
I am not sure how to do it in an IDE (for the fact I never used anything 
other than Emacs) but you should still be able to make use of pdb. It 
might not be as good as break point function you are looking for, but 
yes it allows you to step through the code (from the point you call 
pdb.set_trace()) in an web app. I have used it with Django and Pylons.

-- 
With Regards,
Parthan SR "technofreak"

GPG Key     2FF01026
Fingerprint 5707 ECBD 8D8D 8E6E 28F8  DFA5 938B D861 2FF0 1026
Weblog      http://blog.technofreak.in



More information about the BangPypers mailing list