-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger variables displays TypeError when debugging async jest test function #1824
Comments
/jsDebugLogs |
Please collect trace logs using the following instructions:
|
Thanks for the emailed log, fixed in the next nightly build |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Error processing variables: TypeError: Cannot read properties of undefined (reading 'subtype') at new hC (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:114:11521) at Up.createVariable (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:114:3397) at Up.createVariableByType (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:114:3699) at Up.createPropertyVar (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:114:6444) at Up.createObjectPropertyVars (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:114:5471) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Fa.getVariables (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:114:16640) at async ml._onVariables (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:159:3583) at async Bl._onMessage (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\ms-vscode.js-debug\src\extension.js:71:4859)
In logs 'sharedprocess.log'
2023-09-26 17:44:22.638 [error] [uncaught exception in sharedProcess]: Cannot read properties of undefined (reading 'then'): TypeError: Cannot read properties of undefined (reading 'then')
at v.s (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:26:4731)
at v.q (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:26:4161)
at c.value (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:26:3566)
at b.w (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:21:1902)
at b.x (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:21:1972)
at b.fire (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:21:2188)
at MessagePortMain.te (c:\Users\Brett\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:19:40559)
at MessagePortMain.emit (node:events:513:28)
at MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:367)
The text was updated successfully, but these errors were encountered: