as for as i known, in linux, seting a breakpoint means we set int 3 
instruction to the right place, it's easy to understand in single core os 
for me. but what happen when it's multi-core multi-thread enviroment like 
go program. using goland when set a breakpoint, when the breakpoint hit, it 
seems all the thread of the process is pause, how delve stop other thread 
that no run to the breakpoint, i am confused.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/2e6cadaa-51e4-49d5-9a49-6f6ee97d1055n%40googlegroups.com.

Reply via email to