mfussenegger / nvim-dap

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

Add DapEval command #1250

Closed mfussenegger closed 1 month ago

mfussenegger commented 1 month ago

Creates a new window with a dap-eval:// scratch buffer Supports range mode to pre-fill it with the selected content. Supports bang to immediately evaluate the content

This is a variant addressing https://github.com/mfussenegger/nvim-dap/issues/665