mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.46k stars 194 forks source link

Fix repl expressions leave an empty prompt in the middle (#1052) #1063

Closed ktakiman closed 11 months ago

ktakiman commented 11 months ago

Here is a few things I learned along the way and how I approached fixing #1052.

ktakiman commented 11 months ago

Tested REPL window with lua (jbyuki/one-small-step-for-vimkind), c/c++ (codelldb), python(debugpy) and javascript (vscode-node-debug2) with this update, and so far not seeing any side effect and a blank prompt stopped appearing.

mfussenegger commented 11 months ago

Thanks for the great analysis and explanation.

wookayin commented 11 months ago

Amazing, thank you @ktakiman!