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.