Re: OpenSource IDE with debugger capabilities of PyCharm

2012-06-01 Thread Russell Keith-Magee
On Sat, Jun 2, 2012 at 2:59 AM, Andre Terra wrote: > "AFAIK" implies "I might be wrong", but.. sure. > > Template Debugging threads in django-developers: > https://groups.google.com/forum/?fromgroups#!searchin/django-developers/template$20debugging > > Efforts in better template debugging, none in

Re: OpenSource IDE with debugger capabilities of PyCharm

2012-06-01 Thread Andre Terra
"AFAIK" implies "I might be wrong", but.. sure. Template Debugging threads in django-developers: https://groups.google.com/forum/?fromgroups#!searchin/django-developers/template$20debugging Efforts in better template debugging, none included in core: https://github.com/codysoyland/django-templat

Re: OpenSource IDE with debugger capabilities of PyCharm

2012-05-31 Thread Russell Keith-Magee
On Thu, May 31, 2012 at 6:54 PM, Andre Terra wrote: > No IDE recommendations, please! > > There are many threads regarding that, so please search around, OP. > > As for template debugging, this is currently a limitation in Django itself > AFAIK, but efforts are being made to improve the situation.

Re: OpenSource IDE with debugger capabilities of PyCharm

2012-05-31 Thread Andre Terra
No IDE recommendations, please! There are many threads regarding that, so please search around, OP. As for template debugging, this is currently a limitation in Django itself AFAIK, but efforts are being made to improve the situation. Sincerely, Andre Terra -- Sent from my phone, please excuse

OpenSource IDE with debugger capabilities of PyCharm

2012-05-31 Thread Houmie
Hi, I have a question to the seasoned Django developers, I am relatively new to Django and have been developing on Aptana Studio 3.0 since one month. While I think its a great free product, it seems debugging is only limited to url.py and views.py. Beyond that there is no way to set a break point