tht13 / Python-vscode

A Python language pack for Visual Studio Code
MIT License
17 stars 11 forks source link

crash by debug py with visualstudio_py_debugger #15

Closed ericshenjs closed 8 years ago

ericshenjs commented 8 years ago

crash by debug py with visualstudio_py_debugger

![Uploading visualstudio_py_debugger.JPG…]()

ericshenjs commented 8 years ago

![Uploading visualstudio_py_debugger.JPG…]() ![Uploading visualstudio_py_debugger.JPG…]()

ericshenjs commented 8 years ago

![Uploading visualstudio_py_debugger.JPG…]()

ericshenjs commented 8 years ago

Traceback (most recent call last): File "C:\Users\ADMINI~1\AppData\Local\Temp\tmp-9652p3NPXf27X8ld\visualstudio_py_debugger.py", line 1646, in loop cmd() File "C:\Users\ADMINI~1\AppData\Local\Temp\tmp-9652p3NPXf27X8ld\visualstudio_py_debugger.py", line 1918, in command_execute_code thread.run_on_thread(text, cur_frame, eid, frame_kind, repr_kind) File "C:\Users\ADMINI~1\AppData\Local\Temp\tmp-9652p3NPXf27X8ld\visualstudio_py_debugger.py", line 1246, in run_on_thread self.schedule_work(lambda : self.run_locally(text, cur_frame, execution_id, frame_kind, repr_kind)) File "C:\Users\ADMINI~1\AppData\Local\Temp\tmp-9652p3NPXf27X8ld\visualstudio_py_debugger.py", line 1238, in schedule_work self.unblock() File "C:\Users\ADMINI~1\AppData\Local\Temp\tmp-9652p3NPXf27X8ld\visualstudio_py_debugger.py", line 1234, in unblock self._block_lock.release() RuntimeError: release unlocked lock

tht13 commented 8 years ago

I am closing this issue because of the following reasons.

  1. There is no debugger in this extenstion
  2. The traceback puts all .the files in the Temp directory which neither my extension nor Visual Studio Code use
  3. The issue is not described well at all and it appears the images you uploaded have failed.