IntelliJ 2017.1.2 GOLANG debug does not work on breakpoints in packages

十年热恋 提交于 2021-01-27 13:27:07

问题


My application is made up of one main.go file and a handful of packages. When hitting breakpoints within the main.go, IntelliJ works as expected, showing variable values etc., however, when a breakpoint is set in a different package - aside from it being hit, no variables are shown and step over/in features do not work as expected (ignored when hit). Has anyone run into this issue and if so is there a workaround?

来源:https://stackoverflow.com/questions/43851853/intellij-2017-1-2-golang-debug-does-not-work-on-breakpoints-in-packages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!