On Wed, Oct 15, 2008 at 6:16 AM, Henrik Rediin <[EMAIL PROTECTED]> wrote:

> Hi
>
> I'm new to Django and Python, but not to web development.
> In my quest to create the best possible development environment, I've
> installed Eclipse, PyDev and PyDev extensions on my windows machine.
> Everything seems to work, but debugging is not working proberly - or maybe
> I'm not using it right.
>
> The things is: I'm able to debug - say - views.py, but only if I place a
> breakpoint at the root level (e.g. the import statements).
> How can I debug my view functions?
> and is there any way I can trigger the debugger from the browser (as in
> .Net/Visual Studio)?
>
> I've read all the blogs I could find on this subject, but at a certain
> point they all end stating 'run the remote debugger first', without stating
> HOW to do that, or 'now just click Debug' without enough details on the last
> bit of the way...
>
> Hope some one here can help me out - and thanks for your time in doing so
> ;-)
>
>

The only gotcha I know about for debugging under Eclipse/PyDev is you have
to specify --noreload in the command arguments.  I don't know what you mean
by triggering the debugger from the browser as in .Net/Visual Studio since
I've never used that environment.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to