Julien Burkhard

Results 50 comments of Julien Burkhard

I'm not sure if I follow the argument but it sounds interesting.

Thank you for raising an issue. I feel like this is going a bit beyond the scope of this plugin. How the plugin is used is any user's preference. Once...

After some thoughts, I agree that `osv` might be a bit too barebone to use it on a regular basis. Some higher-level integration is almost required. I think that would...

> Not sure which plugins you're referring to, but that sounds promising! I had [debugmaster.nvim](https://github.com/miroshQa/debugmaster.nvim) in mind in that case. And I think there exists neovim based unit testing workflows...

I see what you mean, however to me it seems to make more sense that the dap client would do such actions. Such as keeping a list of running dap...

>Are you sure? When I call require("osv").launch({ port = 8086 }) for example, the server starts, but no debugger is attached. So, nvim-dap is not aware that there’s an active...

@evanlesmez The normal usage of `one-small-step-for-vimkind` is to debug Lua running inside the Neovim Lua interpreter specifically (i.e. plugins and internal Neovim Lua scripts ). For any other purpose, it's...

That might have been a bit hasty. Also I wasn't aware that some people relied on it as it does not allow UI debugging but as you say it works...

After thinking a bit more about it, I don't think `run_this` should be reintroduced as-is. While it's very nice, it short circuits the dap client and introduces general confusion in...

Thank you for opening a feature request. Could you have a look at the referenced PR and see if watches work in that branch, as I'm not actively using dap-ui.