On 11/5/07, crybaby <[EMAIL PROTECTED]> wrote: > > > My variable view window doesn't show anything. All I get in the > Variable View is:: > > Global: > error > > error > > I set the break points, but nothing showing up in Variable window in > debugger perspective except "Global error error". > > Any suggestions? > > When I start the dev server inside eclipse under debugger mode, in the > console window it mention: > "PyDev Debugger > > Validating models...blah blah" > > So, PyDev Debugger doesn't support displaying object attributes in > eclipse Variable window that is located at right top corner? How can > I just use regular debugger that enables me to view object attributes > in Variable window?
PyDev debugger does support displaying variables in the Eclipse variable window, I don't know why it isn't working for you. I generally use Linux, not Windows, but I just tried it on my Windows XP box and it worked there as well. I'm not sure what all versions of things you are running, but I have Eclipse 3.2.2 and PyDev 1.3.9. I did not have the PyDev extensions module but added that on the WinXP box and it didn't break anything. I've run using both Python 2.4 and 2.5.1 and while PyDev seems to run more cleanly under 2.4 (I get a lot of red warnings in the console under 2.5.1), nothing that I've noticed (including variable display) actually breaks under 2.5.1. You might get better help for this on a PyDev user's list. You might also check the Eclipse error log (Window->Show View->Error Log) to see if it gives any more clues about why PyDev is having trouble displaying variables. It's definitely not normal for this to be failing. 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 -~----------~----~----~----~------~----~------~--~---

