mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
492 stars 46 forks source link

crash on input() #109

Closed jaluspeet closed 1 year ago

jaluspeet commented 1 year ago

Whenever I try to debug a python file containing input() it crashes giving me Thread stopped due to exception of type EOFError (unhandled) since the ouput pops up on the REPL and I have no way to give user input. How am I supposed to do?

I am currently auto-configuring with mason-nvim-dap, but I tried configuring manually and nothing seems to work. Even using an external console. Everything works fine for other languages such as C/C++