Trying to Build restic from source in VS Code

I did run go run build.go, but wanted to get a little more hands-on with the code and I’m facing issues. Can anyone help me out with how to debug them?
I would like to have an idea about how to go about debugging restic.

Maybe adding some extra information about your problem will get you any replies. What did you try? What errors did you see? What did you think and try about those errors? Anything at all.

Hey, thanks for the reply. I just wanted to perform basic debugging on the code to understand the flow of restic commands.

googling “debugging go” came up with lots of things, including

Thank you will look into it.