microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.41k stars 29.33k forks source link

Cannot read properties of null (reading 'forEach') #233167

Open vs-code-engineering[bot] opened 1 week ago

vs-code-engineering[bot] commented 1 week ago
TypeError: Cannot read properties of null (reading 'forEach')
at MS in src/vs/workbench/contrib/debug/common/debugUtils.ts:296:60
at convertPaths in src/vs/workbench/contrib/debug/common/debugUtils.ts:234:2
at $CP in src/vs/workbench/api/common/extHostDebugService.ts:657:17
at Uo.acceptMessage in out-vscode/vs/workbench/contrib/debug/common/vs/workbench/contrib/debug/common/abstractDebugAdapter.ts:108:9
at Uo.x in out-vscode/vs/workbench/contrib/debug/node/vs/workbench/contrib/debug/node/debugAdapter.ts:65:13
at Socket.<anonymous> in out-vscode/vs/workbench/contrib/debug/node/vs/workbench/contrib/debug/node/debugAdapter.ts:42:46
at Socket.emit (node:events:519:28)
at addChunk (node:<REDACTED: user-file-path>:559:12)
at readableAddChunkPushByteMode (node:<REDACTED: user-file-path>:510:3)
at Readable.push (node:<REDACTED: user-file-path>:390:5)
at Pipe.onStreamRead (node:<REDACTED: user-file-path>:191:23)

Go to Errors Site

roblourens commented 1 week ago

Collecting some telemetry details in https://github.com/microsoft/vscode/pull/233268