On 11/3/07, crybaby <[EMAIL PROTECTED]> wrote: > > > Breakpoint works if you set it and run in debug mode (click the bug > button, not the play button), don't run it in run mode and expect > breakpoint to work. That's what I was doing. > > Now I have one more problem: > > I have selected a form object and a variable to watch and set the > breakpoints, but when I step pass the form object and/or the variable, > values are not shown. From start to finish,both watch expression > always says : > > Could not resolve variable > Unknow Expression context > > Any idea what is the problem?
Glad you got the debugger to work! On watching variables, that doesn't work for me either and I've never bothered to try to figure out why. I just use the variable view (Windows->Show View->Variables if it's been closed to bring it back) to see whatever I'm interested in. For complicated structures you can drill down using the triangles on the left to get details on all the individual components. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

