Hello Ivo,

> So far i understand: "Ivo use also ipython for model when your search
> some properties deeper" right?

Actually, I've just updated my pdev version from 0.9x to current 1.01
and now auto-complete gives me more completition options than before.
I'm not exactly sure how good the coverage is now but it has now things
like .select() are there, looks like a big improvement now.

I've also seen that the debug feature is new in pydev but I got the
same result as you, the debugger ignores my breakpoint. I don't really
need a debugger at the moment, but if somebody got it working I would
be curious :-)

Another thing which could be useful is to write some small use cases to
play with the models and execute them directly with pydev in eclipse.
Just add this to the beginning of your use case:

if __name__ == "__main__":
    import turbogears.database

turbogears.database.set_db_uri("mysql://user:[EMAIL PROTECTED]:3306/yourdbname")

from model import *

Then you can work with your models directly in eclipse and examine some
of your program behaviour.

With best regards,

Fabian

Reply via email to