jonboh / nvim-dap-rr

Dap configuration for the record and replay debugger. Supports Rust, C++ and C.
https://jonboh.dev/posts/rr/
MIT License
35 stars 0 forks source link

[Feature Request] golang delve config #3

Open aMOPel opened 11 months ago

aMOPel commented 11 months ago

Your plugin looks awesome!

You think it's possible to support the go delve debugger as well?

I couldn't get it to work with the default settings. It would just continue forward when I was reverse continuing.

jonboh commented 11 months ago

I'm not familiar with the Go ecosystem, but I'll try to check it out and see if the plugin can be adapted to run that aswell (as it just wraps the vscode-cpptools plugin).