xie cui
unread,Jun 9, 2021, 9:47:39 AM6/9/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
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.