Debugging configuration for VSCode #185
idastambuk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm currently developing a new plugin with the tool and needed to debug something in my plugin backend. As I haven't done BE before, I didn't have or know how to set us debugging in my IDE (VSCode). After a lot of trial and error, I asked around, and it seems like the winning configuration for my create-plugin was adding this config:
into my launch.json for the Go extension debugging to work. Do you think it could be useful to add this somewhere in the BE section of the readme (something like - "how to set up debugging") or is it redundant?
Beta Was this translation helpful? Give feedback.
All reactions