zenoli
zenoli
Wow, nice! Thank you so much :-) I can see the indicators when I press enter in the stack list (initially no indication of where I am in the stack...
Pressing "t" does not toggle anything (it always hows "hidden" frames (i.e. frames belonging to external node related files)). How do I provide the logs? I tried setting them to...
Oh ok. So I set the log level to "TRACE", deleted the log file, started a new debugging session, clicked enter inside the stackframe window and then called `require("dap").up()` to...
Awesome, thanks for the feedback! I won't have time to tackle this the next days as I'm in vacation. I'll get back to you with some clarifying questions once I'm...
Hey :-) I finally got the time to make some progress. I implemented the override behaviour for the command-specific configs. However, while testing it, I noticed some issues with empty...
@msva this! Just wanted to open an issue for this. I have the exact same isssue. I do PackerSync during my "Reload" function where I reload my config without quitting...
That's exactly what I did as well :-) Not the best user experience though^^
@anasrar Thank you for your input. I recon the source map path warnings are of the form: ```Could not read source map for file:///home/olivier/.local/share/nvim/mason/packages/js-debug-adapter/out/src/targets/out/src/common/cancellation.js: ENOENT: no such file or directory,...
So you experience issues as well with 1.68? Or does this fixes it for you?
Wow, yes this one (almost) works! I can step through the code if I set a breakpoint inside a vitest js file. The only thing that is missing is that...