On Jan 8, 2014, at 10:47 AM, Werner <[email protected]> wrote: > I am debugging it using WingIDE 5.0 and what gets me is why I see this:
I would advise against doing testing under Wing. It does a bunch of magic to make it work the way it does, and we've seen that it conflicts with a lot of the magic that Dabo does to make it work. I strongly recommend installing pudb, and then putting in calls to 'dabo.trace()' where you want to step through the code. -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
