MCPcopy Create free account
hub / github.com/Snapchat/Valdi / Thread

Interface Thread

valdi/vscode_debugger/src/dap/api.d.ts:3271–3281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3269 * A Thread
3270 */
3271 export interface Thread {
3272 /**
3273 * Unique identifier for the thread.
3274 */
3275 id: integer;
3276
3277 /**
3278 * A name of the thread.
3279 */
3280 name: string;
3281 }
3282
3283 /**
3284 * A StepInTarget can be used in the 'stepIn' request and determines into which single target the stepIn request should step.

Callers 8

startMethod · 0.50
getSnapshotExecutorMethod · 0.50
ValdiThreadClass · 0.50
trackRefMethod · 0.50
createThreadFactoryMethod · 0.50
FontManagerClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected