Fabian-programmer

Results 10 comments of Fabian-programmer

Same problem nvim 0.8.1 What helps is to turn the auto_preview off.

I would like to use the picker for the elements. `require("dapui").float_element()` But for each element, I pick, the same behavior. Whereas the behavior is, that the cursor is set into...

I've found for myself a minimalistic solution : [dapui/init.lua#L138](https://github.com/rcarriga/nvim-dap-ui/blob/master/lua/dapui/init.lua#L138) `+ args.enter = true` if you @rcarriga want this line of code in your repo I can create a PR with...

Nope, just the suggestions above, but was waiting for an answer. And forgot that this issue ticket even existed :)

This works perfectly thank you @ciganandrea !!

I would love such feature.

I saw that ticket, too. But I was wondering, why it works for me in vscode but not in nvim + the logs look quite different.

I switched to gdb 14.1, this issue isn't relevant for me anymore. Maybe this helps you too @leosmaia21

Thanks for the mapping! I agree it would just be an convenience feature and is not necessary. It would be nice to have that mapping in the Tips & FAQ...

I'm using lua code to solve it, without a coroutine, maybe it helps you. When I start a session. `args ->input` is getting called before `program -> input`. Is it...