microsoft/vscode-edge-debug2

When debugging, typing a console function call in the debug console disconnects the debug session

rakatyal opened this issue · 0 comments

When debugging. if we try to call a console function, the debugging session is shut down. This should not happen.

In chrome, doing the same operation just outputs undefined, but in Edge it shuts down and then says undefined.

For example, if you try console.clear it will provide you the details of the clear function, but if you try calling it from the console by console.clear(), the debugging session shuts down.