simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.17k stars 160 forks source link

Unable to find executable #408

Closed nefastuus closed 10 months ago

nefastuus commented 1 year ago

When i try to dap.continue() a standalone file i get this message:

2023-07-15-155821_2560x1043_scrot


This is my rust-tools config:

2023-07-15-155838_1660x703_scrot


this is my configurations for a standalone file:

2023-07-15-155851_689x214_scrot


When i try this config i get a different message: I tested this in a cargo package and standalone file

2023-07-15-160339_811x210_scrot


2023-07-15-160434_1534x84_scrot


My operational system is Void Linux. I tested the standalone config in a Ubuntu and worked, but a i can't figure out the issue in the Void OS.

nefastuus commented 10 months ago

Hello, after some testing and configuration I changed the configuration and was able to get the dap working. The problem was my configuration and not rust-tools. Unfortunately I was unable to resolve the issue regarding codelldb.

The video below has the updated config that I used: https://www.youtube.com/watch?v=mh_EJhH49Ms

That's why I'm going to close this issue because the problem is not with rust-tools.