django debugging eclipse watch variable problem

2007-10-12 Thread johnny
I am trying to watch a variable in my app. Setup is fine. I can run manage.py runserver inside eclipse and view debug window and place break points. But can't seem to watch the variable values. I am getting following error: could not resolve variable Here is the pic: http://farm3.static.flic

Re: django debugging eclipse watch variable problem

2007-10-13 Thread johnny
Has anyone able to watch variable in debug mode of eclipse? If so, what your project folder structure. I just have: c:\django\mysite mysite folder contains: apps (contains directories of different apps), manage.py, settings.py, src folder is empty. I have added Inside Eclipse : Window menu >