Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: DAP #101

Closed
knpwrs opened this issue Sep 5, 2021 · 2 comments
Closed

Feature request: DAP #101

knpwrs opened this issue Sep 5, 2021 · 2 comments
Labels
feature request New feature

Comments

@knpwrs
Copy link

knpwrs commented Sep 5, 2021

An equivalent of telescope-dap.nvim for use with nvim-dap would be super awesome.

@ibhagwan ibhagwan added the enhancement New feature or request label Sep 5, 2021
@ibhagwan ibhagwan added feature request New feature and removed enhancement New feature or request labels Sep 17, 2021
ibhagwan added a commit that referenced this issue Feb 12, 2022
@ibhagwan
Copy link
Owner

930cc5f latest commit adds support for nvim-dap, supported commands below:

Command List
dap_commands list,run nvim-dap builtin commands
dap_configurations list,run debug configurations
dap_breakpoints list,delete breakpoints
dap_variables active session variables
dap_frames active session jump to frame

Tested with nvim-dap-go/delve.

Also worth noting that since nvim-dap uses vim.ui.select, if you wish to override the menu for require'dap'.continue() all you need to do is run :lua require'fzf-lua'.register_ui_select() and fzf-lua will take over that menu (as well as the vim.lsp.buf.code_action() menu).

Let me know if you tested or have any issues?

@ibhagwan
Copy link
Owner

Adding a few screenshots:

Breakpoints:
image

Configurations/Execute:
image

Variables:
image

Closing this issue for the moment, if anyone finds any bugs reopen this issue or create a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature
Projects
None yet
Development

No branches or pull requests

2 participants