Closed paulkre closed 10 months ago
Hey :wave:
Sounds like a good idea. Thanks for requesting!
It kind of works.
Sometimes it doesn't seem to load the configurations on the first startup (but it does when reopening the file). I think this is likely because rust-analyzer takes a very long time to initialize...
Feature description
Currently, it is possible to start a DAP debug session by running
RustLsp debuggables
. It would be great though if you could also use the default way of launching debug sessions by runningrequire("dap").continue()
. This would require that this plugin registers the debuggables directly inside nvim-dap beforerequire("dap").continue()
is called.Here is how nvim-jdtls achieves this:
It would be amazing if rustaceanvim could also expose some function like
setup_dap_main_class_configs
.