I'm developping golang porjects using IntelliJ IDEA 15. In advance I installed GDB to debug on mac. Then I want to debug golang projects using GDB on IntelliJ IDEA. However, I could't find how I can do that.
If someone know, please give me a advise.
Thank you in advance.
As of today, no, you cannot. However the plugin comes with Delve integrated which makes the debugging experience better for Go apps (if you are on the supported platforms by delve). See the debugger link: https://github.com/derekparker/delve
Once GDB will properly support Go apps, things might change of course.