Closed
Description
Attempting to access the camera or microphone either through code or the console will result in the chrome instance crashing
- VS Code Version: 1.43.0
- Chrome Version 80
- Log file (set
"trace": true
in launch config):
Steps to reproduce:
- Start a Chrome instance using VS Code Chrome Debug
- Open console and paste in this line: navigator.getUserMedia({video:true},devices=>{console.log('hello')},err=>{console.log(err)})
- Allow access to the camera
- Chrome will crash without a trace