How to step through goland syncthing debug?

When I use goland's to single-step debugging, I find that he does not walk the debugging breakpoint?

Here is my flow of operation:
  • main.go

  • basicfs_watch.go

I found that the breakpoint does not go?

Does it hit a breakpoint somewhere closer to the entrypoint?

Not sure there will be much help here. I think I am the only one using Goland out of the developers, but I haven’t written Go in a while.

Did you make sure you have delve and what not installed and configured?

Does it work with a hello world example?

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