Follow up on broke corona debugger

I have determined that an attempt to run the debugger gives the folowing error:

Traceback (most recent call last):
  File “./sublime_plugin.py”, line 337, in run_
  File “./debugger.py”, line 563, in run
  File “/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py”, line 633, in join
    raise RuntimeError(“cannot join thread before it is started”)
RuntimeError: cannot join thread before it is started
 

I had the debugger working and then this started and now I cant use the debugger.