Rónán Carrigan
Rónán Carrigan
Yeah it wouldn't be any easier if you only used docker. The same changes would be needed unfortunately. I'll get to working on this at some stage but I don't...
A thought that I've had with this is that even if we implement some sort of path mappings in the adapter interface, several adapters won't be able to run without...
Just FYI @pfeiferj (or anyone using the workaround) `string.len` doesn't work with unicode characters in the prompt, you can use `vim.str_utfindex` instead :smile:
Thanks for the PR! However AFAIK this is out of spec so I just want to check the behaviour. Can you enable logging for nvim-dap , reproduce and paste here...
Please create a log file with the `DEBUG` level (require('dap').set_log_level('DEBUG')) and provide it here. Does this occur immediately when starting the debugger? If you can provide a sample file to...
Thanks unfortunately I can't see the issue, it looks healthy Could you pull the latest master, reproduce the error and run `:lua require("dapui")._dump_state()` and paste the contents of the created...
That looks fine as well. Unfortunately I can't do much without being able to reproduce so if you can provide a sample file to reproduce I should be able to...
Thanks for the info. The log file can be found in the directory that is printed by `:lua= vim.fn.stdpath("cache")`. Can you also provide a sample file to reproduce with? I...
Thank your the reproductions, I've managed to find the issue and put in a fix. Still not sure on exact cause but the workaround should work fine
Do you mean you want to be able to click on a frame to go to it in code? You can set the `open` mapping to ``