Not able to debug Dgraph with GOLAND

To facilitate better answering of questions, if you have a question, please fill in the following info. Otherwise, please delete the template.

What I want to do

I want to debug the Dgraph GO code using GOLAND.

What I did

1.Installed required dependencies as mentioned in contribute.md file
2.Opened the project in GOLAND and configured the alpha mode in debug configuration.

Dgraph metadata

v23.0.0

RESULT:
I am not able to stop the process at the debugger. I have also checked if enable debugger is off. But it is also working fine. I am able to debug my other GO projects. But in Dgraph case i am not able to do. Please help.

I never used Goland. But for sure there is some tutorials out there or blogs that you can google out about this topic. It should be easy if Goland supports Delve. If you wanna debug Dgraph, we have the debug configuration for VsCode at dgraph/.vscode at main · dgraph-io/dgraph · GitHub you can just clone the repo and use VsCode. It is no-brainer to use it.