nvim-dap-ui
nvim-dap-ui copied to clipboard
A UI for nvim-dap
Hi, this bug exists as long as we introduced expanding long lines but I did not found time to show the reproduction. Given https://github.com/przepompownia/dap-ui-test run `make line-hover-extmarks-after-tabclose` and notice that...
Hi, is it possible that we can add a sidebar's element for step over/step out/step in/ ... etc? Currently, all those actions are mapped to F keys but it would...
Dear Sir , I respect your effort in making this plugin I feel it would be better if i can open the dap-ui elements in a new tab instead of...
I have `cmdheight=2` as default and however nvim-dap-ui sets it to 1. I don't have this issue if I use nvim-dap without nvim-dap-ui. My nvim-dap/-ui config: ```vim " nvim-dap if...
My configuration for dapui: ```lua require("dapui").setup({ icons = { expanded = "▾", collapsed = "▸" }, mappings = { -- Use a table to apply multiple mappings expand = {...
Is it possible to indicate the current position in the stack-frame window when we navigate through the stack by showing a ">" in the list?
When using `nvim-dap-ui` with `haskell-debug-adapter` I noticed that when watcher expressions were no longer available while stepping we'd crash loudly because of the ref coming into the `update` function being...
as above mentioned.
I have just installed nvim-dap and nvim-dap-ui and the tutorials on youtube and the readme of this repo show the vscode like buttons for continue,step into, etc. but in my...