Hi, unfortunately I cannot reproduce the observed behavior over here. Both variants work ok.
Detlev Am Samstag, 17. Dezember 2005 10:44 schrieb malvert: > Although my initial testing by introducing a 'sys.breakpoint()' worked very > well, i still have the following problem with multithreaded debugs. > > If I enable in Preferences the 'Debug Client Type' as Multi Threaded, upon > executing the 'sys.breakpoint()' statement I get: > The debugged program raised the exception unhandled AttributeError > "DebugThread instance has no attribute 'tracePython'" > > Even placing the 'sys.breakpoint()' statement into the main thread, I no > longer get a break with the usual yellow line marker as before, but I also > get this same message. > > With 'Debug Client Type' as Standard, the 'sys.breakpoint()' statement > works in the main thread but causes a completely out of wack exception when > placed in other threads. > > I admit that I am not very knowledgeable on the mult threaded debug > possibilities. Does there exist any litterature or manual on this? > > Thank you very much. > malv > > _______________________________________________ > PyKDE mailing list [email protected] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
