How to debug in VSC?

I am learning golang using VSC.

I am trying to debug go code. So I put a break point, and it does hit it.

But when I try to step over to next line, debugger instead opens up a file proc.go and displays a message:

I simply want to go to next line of code when I press ‘Step Over’.

So what am I doing wrong here?