-
Notifications
You must be signed in to change notification settings - Fork 19.1k
runtime: stop single goroutine #31132
Copy link
Copy link
Open
Labels
DebuggingNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Metadata
Metadata
Assignees
Labels
DebuggingNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Fields
Give feedbackNo fields configured for issues without a type.
During debugging it would be useful to resume all goroutines except a single one, as it's the case in other programming languages.
In #25578 we have the request to resume a single goroutine while all others are stopped so this would be the similar/opposite request.
I'm sorry I don't know what else I could put in this request to make it more useful. Feel free to edit it with more details. Thank you.