[wingide-users] Re: Debugger not working?
Martijn Pieters
mj at zopatista.com
Sun Jan 28 23:52:25 MST 2007
On 28. jan. 2007, at 20.07, Timothy Reaves wrote:
> First, thanks for the reply; I greatly appreciate it. It does
> help, but I have a couple of questions. And with the Wing guys
> already supporting Zope so well, it would be cool for them to add
> this too!
>
> My project explorer shows my Plone instance, and lib/python under
> Zope. zope/bin is not there. So how do I set test.py to the
> default debugable?
Wing does not add the test.py file to your project automatically the
way it does for zope/lib/python. You'll have to add it by hand.
> The last two lines of my test are:
> if __name__ == '__main__':
> framework()
> does what you say mean I should remove the call to framework()?
Not necessarily, but once you start using zopectl test for all your
testing, framework.py becomes dead code.
Martijn Pieters
More information about the wingide-users
mailing list