johnf wrote: > Not sure if this answers your question. But Dabo has a built-in debugger and > is most likely in conflict. Try using "dabo.trace" or "@profile" as in > from dabo.lib.profilehooks import profile > @profile >
Dabo doesn't have a builtin debugger. It uses python's pdb debugger. I you use Dabo's trace function you will see it conflicting with winpdb. The profile Module is also from python. Dabo wraps this in profilehooks.py Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
