You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
it throws when i debug my program with input a parameter from vscode command line .
the parameter i read just like this. var port int fmt.Scanln(&port)
everything is ok if i use go command line to compile .
the whole excption:
TypeError: Cannot read property 'currentGoroutine' of null\n at GoDebugSession.evaluateRequest (C:\Users\eval.vscode\extensions\lukehoban.Go-0.6.51\out\src\debugAdapter\goDebug.js:595:45)\n at GoDebugSession.DebugSession.dispatchRequest (C:\Users\eval.vscode\extensions\lukehoban.Go-0.6.51\node_modules\vscode-debugadapter\lib\debugSession.js:424:22)\n at GoDebugSession.ProtocolServer._handleData (C:\Users\eval.vscode\extensions\lukehoban.Go-0.6.51\node_modules\vscode-debugadapter\lib\protocol.js:104:38)\n at Socket. (C:\Users\eval.vscode\extensions\lukehoban.Go-0.6.51\node_modules\vscode-debugadapter\lib\protocol.js:24:60)\n at emitOne (events.js:96:13)\n at Socket.emit (events.js:188:7)\n at readableAddChunk (_stream_readable.js:176:18)\n at Socket.Readable.push (_stream_readable.js:134:10)\n at Pipe.onread (net.js:543:20)
The text was updated successfully, but these errors were encountered:
it throws when i debug my program with input a parameter from vscode command line .
the parameter i read just like this.
var port int
fmt.Scanln(&port)
everything is ok if i use go command line to compile .
the whole excption:
The text was updated successfully, but these errors were encountered: