Bjorn Hansen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Unable to inspect a map in the debugger using go 1.24 and goland 2024.3
Creating a new project that uses go 1.24 and addingm := make(map[string]string)m["a"] = "b"m["c"] = "d"then set a breakpoint on the third line and debug in goland I expect to be able to inspect the...