Re: Configure eclipse and pydev to debug django

2007-03-17 Thread Grupo Django
Ok, I got it, sorry for the not-very-intelligent question. On 17 mar, 19:35, "Grupo Django" <[EMAIL PROTECTED]> wrote: > Ok, I knew that, but I don't know how to check the value of a var > while running the app. > Thank you anyway. > > On 17 mar, 19:04, "Karen Tracey" <[EMAIL PROTECTED]> wrote:

Re: Configure eclipse and pydev to debug django

2007-03-17 Thread Grupo Django
Ok, I knew that, but I don't know how to check the value of a var while running the app. Thank you anyway. On 17 mar, 19:04, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On 3/17/07, Grupo Django <[EMAIL PROTECTED]> wrote: > > > > > Hello, does someone know how can I configure eclipse with pydev >

Re: Configure eclipse and pydev to debug django

2007-03-17 Thread Karen Tracey
On 3/17/07, Grupo Django <[EMAIL PROTECTED]> wrote: > > > Hello, does someone know how can I configure eclipse with pydev > installed to debug django apps. > I just need to watch some variables, dictionaries... > Thank you. > I'm not sure what you're asking for exactly. Assuming you have eclipse

Re: Configure eclipse and pydev to debug django

2007-03-17 Thread Matt Dennewitz
in your project preferences, add the django directory to your python path. also, check out "pydev extras." its an additional plugin with great bonuses like code-ahead and more matt On Mar 17, 2007, at 10:32 AM, Grupo Django wrote: > > > Hello, does someone know how can I configure ecl

Configure eclipse and pydev to debug django

2007-03-17 Thread Grupo Django
Hello, does someone know how can I configure eclipse with pydev installed to debug django apps. I just need to watch some variables, dictionaries... Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django