fushengbin
fushengbin
### Version last version ### Bug description  ### OS macos ventura 13.2.1 ### Environment macos ventura 13.2.1
报错现象:  原因:NoticeAccessTokenExpireHandler 未初始化  解决办法: 
**Describe the bug** 程序很简单,在aa()调用的地方打断点,goland调试运行到aa()断点生效,点击步入,就会进入func aa()方法,点击步过,就会跳转到其他地方(经过排查就是因为gopsutil导致的,实在没找到解决办法),参见下面的截图: > The program is very simple. Break the point where aa() is called. Goland debugs and runs until the aa() breakpoint takes effect. Click Step...