Tigerlee
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited [Solved] GoLand 2024.3.1 can not debug unit test and main
### background```OS: mac osx: 14.5 (23F79) M1 arm64GoLand: 2024.3.1Golang: go version go1.22.1 darwin/arm64```### problems1. `t.Log("send result", r) ` not working, but remove time.Sleep, it will2...