Skip to content

StoppedEvent should indicate thread focus #147

Closed
@roblourens

Description

@roblourens

StoppedEvent should indicate whether this thread should get focus

Example: some thread hits a breakpoint, and all other threads stop. The later StoppedEvents might steal focus from the important thread, which was the first StoppedEvent

export interface StoppedEvent extends Event {
	body: {
        // ...
        threadCausedFocus?: boolean;
    }
}

cc
@mostafaeweda
@ebluestein

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions