nvim-dap-ui icon indicating copy to clipboard operation
nvim-dap-ui copied to clipboard

A UI for nvim-dap

Results 102 nvim-dap-ui issues
Sort by recently updated
recently updated
newest added

Hey, It would be great if it was possible to use the toggle argument with your own parameters. By default it would toggle everything as it currently does (`dapui.toggle()`) but...

I'm using the default layout which puts the REPL and console at the bottom. When I open the quickfix list (or other similar types of small windows which open at...

The documentation mentions the existence of the `id` field: [here](https://github.com/rcarriga/nvim-dap-ui/blob/c020f660b02772f9f3d11f599fefad3268628a9e/doc/nvim-dap-ui.txt#L279-L288): ```vimdoc Fields~ {elements} `(string[]|dapui.Config.layout.element[])` Elements to display in this layout {size} `(number)` Size of the layout in lines/columns {position} `("left"|"right"|"top"|"bottom")`...

Hey. I have an error: ``` E5108: Error executing lua .../Local/nvim-data/lazy/nvim-dap-ui/lua/dapui/controls.lua:14: attempt to index local 'element' (a nil value) stack traceback: .../Local/nvim-data/lazy/nvim-dap-ui/lua/dapui/controls.lua:14: in function 'enable_controls' ...Data/Local/nvim-data/lazy/nvim-dap-ui/lua/dapui/init.lua:353: in function 'toggle' [string...

Hey! This is a continuation from [this](https://github.com/mfussenegger/nvim-dap/issues/968) issue. I added these lines after lua/dapui/components/watches.lua:20 ```lua require("dap").listeners.before["event_output"]["unique_id"] = function(sess, body) print("something was outputed") running = true send_ready() end ``` And it...

I really love your plugin. But the thing that bothers me is that I have to manually switch to the terminal buffer for providing input to the program. I tried...

The DAP protocol was recently updated with support for hierarchical sessions (https://github.com/microsoft/debug-adapter-protocol/pull/344) as was `nvim-dap` (https://github.com/mfussenegger/nvim-dap/commit/39bc5aeddfbe48895dc3c5c36bc780335c95b978). It would be great to update the `stacks` widget to make use of these...

i have noticed that `require("dapui").float_element(, )` have postion argument, but i don't know how to utilize it and make float win align right ![图片](https://user-images.githubusercontent.com/43649186/229111515-eba839e8-76b2-432a-ba96-3d50e73814fd.png)

This is related to #266: I think it can be difficult for a new user to get started because the available set of actions are not exposed. In any given...

hello rcarriga ,can you add `expand all` and `un expand all `, It will be very convenient that , thankyou

enhancement