Debug using delve

Is it possible to use delve to set a breakpoint in a local package I am importing in the file I am executing? Could you please tell me how? (Talking about via the terminal here)

Side question - I am using Atom and I have the go-debug(which internally uses delve) package installed… is it possible to achieve the same functionality in Atom? (I am open to installing other packages apart from go-debug ofcourse… I am just after the functionality)

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.