Debug Go code in VS Code by running buffalo command in terminal

Viewed 172

I want to debug the GO code in VS code. I basically want to attach the go project which is open in VS code to the terminal and then run some "buffalo task" command in terminal, which then directs me to my breakpoints in VS code. Please help me and give some suggestions n how can I do that. Thanks in advance!!

1 Answers
Related