Debugger configuration in GoGland
问题 I want to debug my go application when I send request using curl command. Currently my request is handled by the binary I have. What I want that when I send request using curl command request should be handled by the code I have not by the binary. I did not find any documentation about it, only found this thiswhich is still unanswered. @Zoyd did you found a way to configure it? 回答1: I've made a short video of how debugging works in Gogland and how it should be configured: https://youtu.be