티스토리 수익 글 보기

티스토리 수익 글 보기

StoppedEvent should indicate thread focus · Issue #147 · microsoft/vscode-debugadapter-node · GitHub
Skip to content

StoppedEvent should indicate thread focus #147

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
Mostafa Eweda (@mostafaeweda)
Eric Bluestein (@ebluestein)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions