-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.debug/callstackcallstack handling related debug issuescallstack handling related debug issues
Milestone
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.
Metadata
Metadata
Assignees
Labels
DebugIssues related to the debugging functionality of the extension.Issues related to the debugging functionality of the extension.debug/callstackcallstack handling related debug issuescallstack handling related debug issues