Properly quit the run loop. For some reason, calling -[NSRunLoop run] doesn't work...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Oct 2010 17:33:35 +0000 (13:33 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Oct 2010 17:33:35 +0000 (13:33 -0400)
commit8604e88a9c744318dabe825d77240fc6fe669d68
tree6eca548dda221bb707ebdc83684154ed48ac70fb
parentd9a55ae39cc96b3be95353b1fdc784c96d7be730
Properly quit the run loop. For some reason, calling -[NSRunLoop run] doesn't work with CFRunLoopStop(). Activate it with CFRunLoopRun() instead.
Source/DebuggerConnection.m