dpo / atom-python-debugger

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

Uncaught Cannot call write after a stream was destroyed #54

Open Theory-of-Everything opened 4 years ago

Theory-of-Everything commented 4 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.40.1 x64 Electron: 3.1.10 OS: Microsoft Windows 10 Home Thrown From: python-debugger package 0.2.0

Stack Trace

Uncaught Cannot call write after a stream was destroyed

At events.js:167

Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
    at doWrite (_stream_writable.js:406:19)
    at writeOrBuffer (_stream_writable.js:394:5)
    at Socket.Writable.write (_stream_writable.js:294:11)
    at PythonDebuggerView.module.exports.PythonDebuggerView.stopApp (/packages/python-debugger/lib/python-debugger-view.coffee:129:29)
    at /packages/platformio-ide-terminal/node_modules/space-pen/lib/space-pen.js:220:36)
    at HTMLButtonElement.dispatch (/packages/platformio-ide-terminal/node_modules/jquery/dist/jquery.js:4435:9)
    at HTMLButtonElement.elemData.handle (/packages/platformio-ide-terminal/node_modules/jquery/dist/jquery.js:4121:28)

Commands

     -2:51.5.0 python-debugger:toggle (input.hidden-input)
     -2:20.4.0 symbols-view:toggle-file-symbols (button.btn)
     -2:16.9.0 python-debugger:toggle (input.hidden-input)
     -2:15.7.0 symbols-view:toggle-file-symbols (input.hidden-input)
  3x -2:13.4.0 core:backspace (input.hidden-input)
  2x -2:08.5.0 editor:newline (input.hidden-input)
     -2:01.9.0 python-debugger:toggle (input.hidden-input)
     -1:43.8.0 core:confirm (input.hidden-input)
  3x -1:04.6.0 editor:newline (input.hidden-input)
     -1:04.0 core:move-up (input.hidden-input)
     -1:01.9.0 core:backspace (input.hidden-input)
  5x -1:00.8.0 editor:newline (input.hidden-input)
     -0:45 core:save (input.hidden-input)
     -0:18.7.0 core:confirm (input.hidden-input)
     -0:17.8.0 core:backspace (input.hidden-input)
  2x -0:15.3.0 core:confirm (input.hidden-input)

Non-Core Packages

atom-beautify 0.33.4 
atom-discord 2.0.2 
atom-material-ui 2.1.3 
atom-visual-studio-code-ui 2.1.0 
atrium-syntax 0.2.1 
ayu-dark-mod-syntax 0.1.0 
bliss-syntax 0.3.6 
city-lights-syntax 1.1.8 
discord-send-code-to-webhook 1.2.1 
flex-tool-bar 2.1.4 
git-plus 8.7.1 
gruvbox-plus-syntax 1.3.1 
Hydrogen undefined 
kecleon-ui 0.1.1 
monokai-grayjack-syntax 0.7.0 
nightmares-syntax 0.1.0 
nord-atom-ui 0.12.0 
one-dark-rainbow-syntax 1.0.0 
one-really-dark-syntax 2.0.0 
platformio-ide-terminal 2.9.4 
python-debugger 0.2.0 
script 3.18.1 
serika-syntax 0.1.0 
synthwave-syntax 0.3.0 
teletype 0.13.4 
tool-bar 1.1.12 
viscode-ui 0.3.1 
xenon-syntax 0.0.0 
dade80vr commented 4 years ago

Same problem here. Any solution?