-
Notifications
You must be signed in to change notification settings - Fork 819
Cannot set a conditional breakpoint. Getting "error evaluating expression: could not find symbol value for" error #3741
Unanswered
utku-sezzle
asked this question in
Help
-
I set a conditional breakpoint to break when a variable's value is equal to a particular value, but can't seem to get it working. This is the error that I get:
Exception has occurred: runtime error
error evaluating expression: could not find symbol value for variableName
Stack:
0 0x0000000103beafe0 in example.com/path/to/test/package.TestFunctionName.func1
at path/to/my-file.go:118
1 0x000000010239b8b8 in testing.tRunner
at /Users/username/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.darwin-arm64/src/testing/testing.go:1792
2 0x000000010239d198 in testing.(*T).Run.gowrap1
at /Users/username/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.24.0.darwin-arm64/src/testing/testing.go:1851
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment