dpo / atom-python-debugger

IDE-like Python debugger for Atom
MIT License
42 stars 13 forks source link

Python debugger error #52

Open Blaker22 opened 5 years ago

Blaker22 commented 5 years ago

An uncaught error in Atom ide had pop out,it is saying: This socket has been ended by other party

event.js.183

cayasanchez commented 5 years ago

I have the same error, when I click on Run it shows: Uncaught Error: This socket has been ended by the other party events.js:183

Error: This socket has been ended by the other party at Socket.writeAfterFIN [as write] (net.js:351:12) at PythonDebuggerView.module.exports.PythonDebuggerView.stopApp
at PythonDebuggerView.module.exports.PythonDebuggerView.runApp at HTMLButtonElement. at HTMLButtonElement.dispatch at HTMLButtonElement.elemData.handle

Any ideas how to solve this error?