Re: [Twisted-Python] [Twisted] #5437: sys.settrace(None) in process.py raises RuntimeError in debugger

2011-12-21 Thread Glyph
On Dec 20, 2011, at 5:02 PM, Bob Novas wrote: > Well, what wing's debugger does is to raise RuntimeError, and NOT CONTINUE > to execute that path. So the child never runs. That's bad! What more can I > say? I have to comment out that line every time I run on a new installation > if I want to de

Re: [Twisted-Python] [Twisted] #5437: sys.settrace(None) in process.py raises RuntimeError in debugger

2011-12-20 Thread Bob Novas
Well, what wing's debugger does is to raise RuntimeError, and NOT CONTINUE to execute that path. So the child never runs. That's bad! What more can I say? I have to comment out that line every time I run on a new installation if I want to debug in linux (Windows doesn't go down that code path).