fushengbin

Results 3 issues of fushengbin

### Version last version ### Bug description ![image](https://user-images.githubusercontent.com/5235831/226246206-abc189af-b1c0-4a10-9151-09ff68b96b53.png) ### OS macos ventura 13.2.1 ### Environment macos ventura 13.2.1

bug

报错现象: ![image](https://user-images.githubusercontent.com/5235831/199483214-93a4988f-2280-47c2-8da3-a9679cb43dda.png) 原因:NoticeAccessTokenExpireHandler 未初始化 ![image](https://user-images.githubusercontent.com/5235831/199483112-2dee1365-7233-4905-8d62-403a1d945c69.png) 解决办法: ![image](https://user-images.githubusercontent.com/5235831/199483438-df89073a-4ba1-4f1b-a8ab-595380b122f1.png)

**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...