[Pyobjc-dev] Re: pdb in PyObjC apps?
Brought to you by:
ronaldoussoren
From: Michael H. <mw...@py...> - 2003-08-19 09:45:51
|
Zachery Bir <zb...@ur...> writes: > Note to self: Don't use pdb and try to catch it through > double-clicking the app :) :-) It shouldn't be *too* outrageously hard to teach my pyrepl interactive tool how to cooperate with the Cocoa run loop (you need a way to give an fd to Cocoa and say "give me control when there's something to read on this" and I'm sure I saw one of them somewhere) in which case you could have an interactive session running alongside your application... Hmm, where's that can of tuits? Cheers, mwh -- same software, different verbosity settings (this one goes to eleven) -- the effbot on the martellibot |