You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
What version of Delve are you using (dlv version)?
Delve Debugger
Version: 1.4.0
Build: $Id: 67422e6f7148fa1efa0eac1423ab5594b223d93b $
What version of Go are you using? (go version)?
Go Info:
go version go1.14.14 linux/amd64
What operating system and processor architecture are you using?
uname -a
Linux push-press-test06.py 3.10.0-514.16.1.el7.x86_64 Add doc in readme for continue #1 SMP Wed Apr 12 15:04:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
What did you do?
Breakpoint 1 set at Example.go:322
cond 1 var=="111"
What did you expect to see?
the program stop at the goroutine
What did you see instead?
most of times ,dlv display (hits goroutine(717):1 total:2) (PC: 0xba6e2d) but not stop at the goroutine,only a few times stop at the goroutine; It seems to be a random event
The text was updated successfully, but these errors were encountered:
Do you have a way to reproduce this or a transcript of this happening, possibly with --log --log-output=rpc?
Like the red circle in the picture, dlv just display hits goroutine(4025) but not stop . I didn't input continue but dlv continue to exec the program. This situation shows lots of times in the morning, but only once in the evening, I don't know why
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
dlv version
)?Delve Debugger
Version: 1.4.0
Build:
go version
)?Go Info:
go version go1.14.14 linux/amd64
uname -a
Linux push-press-test06.py 3.10.0-514.16.1.el7.x86_64 Add doc in readme for continue #1 SMP Wed Apr 12 15:04:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Breakpoint 1 set at Example.go:322
cond 1 var=="111"
the program stop at the goroutine
most of times ,dlv display (hits goroutine(717):1 total:2) (PC: 0xba6e2d) but not stop at the goroutine,only a few times stop at the goroutine; It seems to be a random event
The text was updated successfully, but these errors were encountered: