Open
Description
From microsoft/vscode-go#2562 by @aarzilli:
Debug https://github.com/aarzilli/delve_client_testing/blob/master/20bigstuff/main.go.
I expected a slight slowdown but the debugger should keep working. What happend is that the debugger freezes slowing down the whole system. Possible causes include VSCode-go trying to read the 100MB string, 10 million stack frames or 1 million goroutines. Possibly all three.