OS: darwin x64 Adapter node: v8.9.3 x64 vscode-chrome-debug-core: 6.7.5 2:25:50 PM, 8/6/2018 node-debug2: 1.26.7 From client: initialize({"clientID":"vscode","clientName":"Visual Studio Code - Insiders","adapterID":"extensionHost","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true,"supportsRunInTerminalRequest":true,"locale":"en"}) To client: {"seq":0,"type":"response","request_seq":1,"command":"initialize","success":true,"body":{"exceptionBreakpointFilters":[{"label":"All Exceptions","filter":"all","default":false},{"label":"Uncaught Exceptions","filter":"uncaught","default":false},{"label":"Promise Rejects","filter":"promise_reject","default":false}],"supportsConfigurationDoneRequest":true,"supportsSetVariable":true,"supportsConditionalBreakpoints":true,"supportsCompletionsRequest":true,"supportsHitConditionalBreakpoints":true,"supportsRestartFrame":true,"supportsExceptionInfoRequest":true,"supportsDelayedStackTraceLoading":true,"supportsValueFormattingOptions":true,"supportsEvaluateForHovers":true,"supportsLogPoints":true,"supportsTerminateRequest":true,"supportsLoadedSourcesRequest":true}} To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"ClientRequest/initialize","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","successful":"true","timeTakenInMilliseconds":"1.9802","requestType":"request"}}} From client: attach({"name":"Extension","type":"extensionHost","request":"attach","runtimeExecutable":"/Applications/Visual Studio Code - Insiders.app/Contents/MacOS/Electron","args":["--extensionDevelopmentPath=/Users/ramyar/Documents/GitRepos/test-extension"],"outFiles":["/Users/ramyar/Documents/GitRepos/test-extension/out/**/*.js"],"preLaunchTask":"npm: watch","trace":true,"__sessionId":"e5a0aac2-5859-41cc-8bf3-ff5bbc275ca9","port":35704}) SourceMaps: preloading sourcemaps for scripts in globs: ["/Users/ramyar/Documents/GitRepos/test-extension/out/**/*.js"] To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"debugStarted","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","request":"attach","args":["name","type","request","runtimeExecutable","args","outFiles","preLaunchTask","trace","__sessionId","port","sourceMapPathOverrides","showAsyncStacks","sourceMaps"]}}} Getting browser and debug protocol version via http://127.0.0.1:35704/json/version Discovering targets via http://127.0.0.1:35704/json/list Got browser version: node.js/v8.9.3 Got debug protocol version: 1.1 To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"targetDebugProtocolVersion","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7"}}} To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"targetCount","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","numTargets":1}}} Attaching to target: {"description":"node.js instance","devtoolsFrontendUrl":"chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:35704/93713ad0-1b8c-4c80-8d1e-f556b73e50db","faviconUrl":"https://nodejs.org/static/favicon.ico","id":"93713ad0-1b8c-4c80-8d1e-f556b73e50db","title":"/Applications/Visual Studio Code - Insiders.app/Contents/Frameworks/Code - Insiders Helper.app/Contents/MacOS/Code - Insiders Helper","type":"node","url":"file://","webSocketDebuggerUrl":"ws://127.0.0.1:35704/93713ad0-1b8c-4c80-8d1e-f556b73e50db"} WebSocket Url: ws://127.0.0.1:35704/93713ad0-1b8c-4c80-8d1e-f556b73e50db SourceMaps: expanded globs and found 3 scripts → To target: "{\"id\":1,\"method\":\"Console.enable\"}" → To target: "{\"id\":2,\"method\":\"Debugger.enable\"}" → To target: "{\"id\":3,\"method\":\"Runtime.enable\"}" → To target: "{\"id\":4,\"method\":\"Runtime.runIfWaitingForDebugger\"}" → To target: "{\"id\":5,\"method\":\"Runtime.run\"}" SourceMaps: sourcemap url parsed from end of generated content: extension.js.map SourceMaps.getMapForGeneratedPath: Finding SourceMap for /Users/ramyar/Documents/GitRepos/test-extension/out/extension.js by URI: extension.js.map SourceMaps.loadSourceMapContents: Reading local sourcemap file from /Users/ramyar/Documents/GitRepos/test-extension/out/extension.js.map ← From target: {"id":1,"result":{}} SourceMaps: sourcemap url parsed from end of generated content: extension.test.js.map SourceMaps.getMapForGeneratedPath: Finding SourceMap for /Users/ramyar/Documents/GitRepos/test-extension/out/test/extension.test.js by URI: extension.test.js.map SourceMaps.loadSourceMapContents: Reading local sourcemap file from /Users/ramyar/Documents/GitRepos/test-extension/out/test/extension.test.js.map SourceMaps: sourcemap url parsed from end of generated content: index.js.map SourceMaps.getMapForGeneratedPath: Finding SourceMap for /Users/ramyar/Documents/GitRepos/test-extension/out/test/index.js by URI: index.js.map SourceMaps.loadSourceMapContents: Reading local sourcemap file from /Users/ramyar/Documents/GitRepos/test-extension/out/test/index.js.map SourceMap: creating for /Users/ramyar/Documents/GitRepos/test-extension/out/extension.js SourceMap: sourceRoot: SourceMap: sources: ["../src/extension.ts"] SourceMap: no sourceRoot specified, using script dirname: /Users/ramyar/Documents/GitRepos/test-extension/out SourceMap: creating for /Users/ramyar/Documents/GitRepos/test-extension/out/test/extension.test.js SourceMap: sourceRoot: SourceMap: sources: ["../../src/test/extension.test.ts"] SourceMap: no sourceRoot specified, using script dirname: /Users/ramyar/Documents/GitRepos/test-extension/out/test SourceMap: creating for /Users/ramyar/Documents/GitRepos/test-extension/out/test/index.js SourceMap: sourceRoot: SourceMap: sources: ["../../src/test/index.ts"] SourceMap: no sourceRoot specified, using script dirname: /Users/ramyar/Documents/GitRepos/test-extension/out/test ← From target: {"id":2,"result":{}} ← From target: {"method":"Runtime.executionContextCreated","params":{"context":{"id":1,"origin":"","name":"Electron Main Context"}}} ← From target: {"id":3,"result":{}} ← From target: {"id":4,"result":{}} ← From target: {"error":{"code":-32601,"message":"'Runtime.run' wasn't found"},"id":5} → To target: "{\"id\":6,\"method\":\"Schema.getDomains\"}" ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"26","url":"bootstrap_node.js","startLine":0,"startColumn":0,"endLine":623,"endColumn":0,"executionContextId":1,"hash":"8B8494012AD839215C85CB466285B5C518750FE4","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":20994}} → To target: "{\"id\":7,\"method\":\"Debugger.getPossibleBreakpoints\",\"params\":{\"start\":{\"scriptId\":\"26\",\"lineNumber\":0,\"columnNumber\":0},\"end\":{\"scriptId\":\"26\",\"lineNumber\":1,\"columnNumber\":0},\"restrictToFunction\":false}}" Paths.scriptParsed: could not resolve bootstrap_node.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"id":6,"result":{"domains":[{"name":"Runtime","version":"1.2"},{"name":"Debugger","version":"1.2"},{"name":"Profiler","version":"1.2"},{"name":"HeapProfiler","version":"1.2"},{"name":"Schema","version":"1.2"}]}} ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"27","url":"events.js","startLine":0,"startColumn":0,"endLine":523,"endColumn":66,"executionContextId":1,"hash":"65C4ACE372A61569CF29479000DB96E8CE7A9EB2","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":15281,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve events.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). → To target: "{\"id\":8,\"method\":\"Debugger.setAsyncCallStackDepth\",\"params\":{\"maxDepth\":4}}" ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"28","url":"util.js","startLine":0,"startColumn":0,"endLine":1150,"endColumn":66,"executionContextId":1,"hash":"E2FAA2A1DDD9BD9901CDDF5449FA2CA11DB4B987","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":35823,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve util.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"id":7,"result":{"locations":[]}} ← From target: {"id":8,"result":{}} 1533590750.828: Waiting for initial debugger pause → To target: "{\"id\":9,\"method\":\"Runtime.evaluate\",\"params\":{\"expression\":\"[process.pid, process.version, process.arch]\",\"returnByValue\":true,\"contextId\":1}}" To client: {"seq":0,"type":"event","event":"capabilities","body":{"capabilities":{"supportsStepBack":false}}} To client: {"seq":0,"type":"response","request_seq":2,"command":"attach","success":true} To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"ClientRequest/attach","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","successful":"true","timeTakenInMilliseconds":"48.723946","requestType":"request"}}} ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"29","url":"internal/errors.js","startLine":0,"startColumn":0,"endLine":344,"endColumn":66,"executionContextId":1,"hash":"E2E21CD319816EF907CFB7263C6FC194D3C304E2","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":13543,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/errors.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"31","url":"","startLine":0,"startColumn":0,"endLine":0,"endColumn":44,"executionContextId":1,"hash":"22960EE2CC885872F71ED2E747A68B200282CC65","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":44,"stackTrace":{"callFrames":[{"functionName":"","scriptId":"29","url":"internal/errors.js","lineNumber":0,"columnNumber":0}]}}} ← From target: {"id":9,"result":{"result":{"type":"object","value":[33327,"v8.9.3","x64"]}}} Target node version: v8.9.3 x64 To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"nodeVersion","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","version":"v8.9.3"}}} ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"32","url":"internal/encoding.js","startLine":0,"startColumn":0,"endLine":553,"endColumn":66,"executionContextId":1,"hash":"8A118841D51CAB47BF614067CBECD6A9079C73B6","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":16629,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/encoding.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"33","url":"internal/util.js","startLine":0,"startColumn":0,"endLine":303,"endColumn":66,"executionContextId":1,"hash":"E0CB2F22A8A97992EC62AD81C1715E678B118C47","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":8630,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/util.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"34","url":"internal/util/types.js","startLine":0,"startColumn":0,"endLine":37,"endColumn":66,"executionContextId":1,"hash":"E7B001F0CBDEC2540979AC027B9AD16BBB9663A4","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1372,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/util/types.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"35","url":"buffer.js","startLine":0,"startColumn":0,"endLine":1511,"endColumn":66,"executionContextId":1,"hash":"005672D218ACC654D704F933B385685046507C55","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":42556,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve buffer.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"36","url":"internal/buffer.js","startLine":0,"startColumn":0,"endLine":36,"endColumn":66,"executionContextId":1,"hash":"8A891793C9320D86EA1C67A417DBAD52BD256833","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1243,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/buffer.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"37","url":"internal/process.js","startLine":0,"startColumn":0,"endLine":272,"endColumn":66,"executionContextId":1,"hash":"F03DF031D0995F765AC97996819DD942FEEAFE03","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":7757,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/process.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"38","url":"internal/process/warning.js","startLine":0,"startColumn":0,"endLine":149,"endColumn":66,"executionContextId":1,"hash":"5DE6722066ED628A7C25CAA2CAE6A7C44C6D27B5","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":4533,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/process/warning.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"39","url":"internal/process/next_tick.js","startLine":0,"startColumn":0,"endLine":308,"endColumn":66,"executionContextId":1,"hash":"B7F7354228D112060E4F9A840140EBC5077BB5D5","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":10074,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/process/next_tick.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"40","url":"async_hooks.js","startLine":0,"startColumn":0,"endLine":533,"endColumn":66,"executionContextId":1,"hash":"4FF69650CD1FCCA724C32F85ACD1DAD9B9248545","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":19110,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve async_hooks.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"41","url":"internal/process/promises.js","startLine":0,"startColumn":0,"endLine":111,"endColumn":66,"executionContextId":1,"hash":"086E8BA28AD24AC5FE2032B56C4BF65C2770E9D3","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":3813,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/process/promises.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"42","url":"internal/process/stdio.js","startLine":0,"startColumn":0,"endLine":205,"endColumn":66,"executionContextId":1,"hash":"5FF4E2B05BA206383C46E1759DAAB3870FD32308","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":5342,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/process/stdio.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"43","url":"perf_hooks.js","startLine":0,"startColumn":0,"endLine":554,"endColumn":66,"executionContextId":1,"hash":"93C8EE62C3EA62E4966690E2A5744C8B19334E46","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":14283,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve perf_hooks.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"44","url":"internal/linkedlist.js","startLine":0,"startColumn":0,"endLine":55,"endColumn":66,"executionContextId":1,"hash":"64842AF3D19AE4B6C242B964E1CF7EE729C30F37","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1334,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/linkedlist.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"45","url":"","startLine":0,"startColumn":0,"endLine":19,"endColumn":4,"executionContextId":1,"hash":"8F11B5D22567E9308C01A255F05036D5C8D5C4E2","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":638,"stackTrace":{"callFrames":[{"functionName":"setupAsarSupport","scriptId":"26","url":"bootstrap_node.js","lineNumber":618,"columnNumber":40}]}}} ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"46","url":"ELECTRON_ASAR.js","startLine":0,"startColumn":0,"endLine":703,"endColumn":66,"executionContextId":1,"hash":"8714443377F783C8240988B0CF38497B377E6C63","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":19731,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve ELECTRON_ASAR.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"47","url":"child_process.js","startLine":0,"startColumn":0,"endLine":684,"endColumn":66,"executionContextId":1,"hash":"9B9EE6E153D1F6A9BEEBF4C78DC021CB36CC4381","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":18442,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve child_process.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"48","url":"internal/child_process.js","startLine":0,"startColumn":0,"endLine":935,"endColumn":66,"executionContextId":1,"hash":"C0EF1752EBA1C2940F7673A3F5AFC061D8DE9762","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":26544,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/child_process.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"49","url":"string_decoder.js","startLine":0,"startColumn":0,"endLine":284,"endColumn":66,"executionContextId":1,"hash":"1A7A40A1D73655271DDA6B054CB5BE52A717F4E5","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":9007,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve string_decoder.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"50","url":"net.js","startLine":0,"startColumn":0,"endLine":1729,"endColumn":66,"executionContextId":1,"hash":"FF6F30124BDE76E81EC228721D118E260819C5B1","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":46477,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve net.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"51","url":"stream.js","startLine":0,"startColumn":0,"endLine":79,"endColumn":66,"executionContextId":1,"hash":"F4516990A938CA56A3D5D31238A52868C5EDAFD0","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":3080,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve stream.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"52","url":"internal/streams/legacy.js","startLine":0,"startColumn":0,"endLine":94,"endColumn":66,"executionContextId":1,"hash":"22DEDFC350E8A5682C898413D33E2B46AF058AF6","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":2230,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/streams/legacy.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"53","url":"_stream_readable.js","startLine":0,"startColumn":0,"endLine":1059,"endColumn":66,"executionContextId":1,"hash":"386D5F821BA9A92797EC9FE3327262332B078936","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":30772,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve _stream_readable.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"54","url":"internal/streams/BufferList.js","startLine":0,"startColumn":0,"endLine":77,"endColumn":66,"executionContextId":1,"hash":"8CF70F61E226E9923AFBF5B0A32A68FBF8358FB2","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1661,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/streams/BufferList.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"55","url":"internal/streams/destroy.js","startLine":0,"startColumn":0,"endLine":71,"endColumn":66,"executionContextId":1,"hash":"7E9CFE9244EF38E47217C50137F64E246C246D84","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1975,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/streams/destroy.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"56","url":"_stream_writable.js","startLine":0,"startColumn":0,"endLine":665,"endColumn":66,"executionContextId":1,"hash":"BC73D6F3C881CFA69E91E9B09BA48847DCA61656","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":19195,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve _stream_writable.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"57","url":"_stream_duplex.js","startLine":0,"startColumn":0,"endLine":109,"endColumn":66,"executionContextId":1,"hash":"583875A1646B1C705CD78EE092F0D6C7F067DEF6","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":3545,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve _stream_duplex.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"58","url":"_stream_transform.js","startLine":0,"startColumn":0,"endLine":220,"endColumn":66,"executionContextId":1,"hash":"42C118F1745A4D75067CFAA0EA8D55F802770505","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":7880,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve _stream_transform.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"59","url":"_stream_passthrough.js","startLine":0,"startColumn":0,"endLine":44,"endColumn":66,"executionContextId":1,"hash":"A70146804F90D12692C18021E278FF5907F1A1E7","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1882,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve _stream_passthrough.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"60","url":"timers.js","startLine":0,"startColumn":0,"endLine":892,"endColumn":66,"executionContextId":1,"hash":"B75456E210F7311691359A00C6A145C268A6C942","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":26887,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve timers.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"61","url":"assert.js","startLine":0,"startColumn":0,"endLine":670,"endColumn":66,"executionContextId":1,"hash":"75272591235F1F11D9A5E84478F01157235D8486","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":21705,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve assert.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"62","url":"internal/net.js","startLine":0,"startColumn":0,"endLine":16,"endColumn":66,"executionContextId":1,"hash":"C6750F8084346333B7CCE623290343C6BD5ACBC0","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":693,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/net.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"63","url":"dns.js","startLine":0,"startColumn":0,"endLine":430,"endColumn":66,"executionContextId":1,"hash":"85EBE2820CE5E2F8CAB51402181F0CCA3B2589B1","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":13388,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve dns.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"64","url":"dgram.js","startLine":0,"startColumn":0,"endLine":703,"endColumn":66,"executionContextId":1,"hash":"AF0D29620A337F3A9D661E659D806B2762CDEE11","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":18183,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve dgram.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"65","url":"internal/socket_list.js","startLine":0,"startColumn":0,"endLine":107,"endColumn":66,"executionContextId":1,"hash":"FC7F5BA1C67A9E4779F77204E2C9D1E579DFA6D6","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":2782,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/socket_list.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"66","url":"path.js","startLine":0,"startColumn":0,"endLine":1638,"endColumn":66,"executionContextId":1,"hash":"CC9CC07041E41B957FAB8B240C045BAA41FD0B37","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":48761,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve path.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"67","url":"fs.js","startLine":0,"startColumn":0,"endLine":2261,"endColumn":66,"executionContextId":1,"hash":"C9862A9255E9EC7739675F000A556E545FA4B441","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":60135,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve fs.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"68","url":"internal/fs.js","startLine":0,"startColumn":0,"endLine":103,"endColumn":66,"executionContextId":1,"hash":"9F78DE6063E98BE8A2315C8006530AF8AFD41620","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":2611,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/fs.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"69","url":"internal/url.js","startLine":0,"startColumn":0,"endLine":1430,"endColumn":66,"executionContextId":1,"hash":"3FAE04B28142529514B6A8A48A05BDF79EC656C6","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":40633,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/url.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"70","url":"internal/querystring.js","startLine":0,"startColumn":0,"endLine":30,"endColumn":66,"executionContextId":1,"hash":"3F3682125BE13879329DA1B4099365F7CF86D842","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1361,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/querystring.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"71","url":"querystring.js","startLine":0,"startColumn":0,"endLine":453,"endColumn":66,"executionContextId":1,"hash":"2E5CAEE225A6F7320C97FA70C1D93626823BF614","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":14274,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve querystring.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"72","url":"module.js","startLine":0,"startColumn":0,"endLine":750,"endColumn":66,"executionContextId":1,"hash":"35D47D81C9B2EDF576173964CE5CD520C3747593","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":22943,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve module.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"73","url":"internal/module.js","startLine":0,"startColumn":0,"endLine":148,"endColumn":66,"executionContextId":1,"hash":"15919C221D2C9EC7DBB3D5372B35A510202BD607","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":4114,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/module.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"74","url":"vm.js","startLine":0,"startColumn":0,"endLine":152,"endColumn":66,"executionContextId":1,"hash":"3B0C0241D28D0D484B5AC8E1AF0E359331524EE5","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":4926,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve vm.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"75","url":"internal/loader/Loader.js","startLine":0,"startColumn":0,"endLine":105,"endColumn":66,"executionContextId":1,"hash":"E08010D22CB2B48A8445B434CD1C9F0234F7BC84","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":3446,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/loader/Loader.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"76","url":"internal/loader/ModuleWrap.js","startLine":0,"startColumn":0,"endLine":55,"endColumn":66,"executionContextId":1,"hash":"870E3FE1AE4A0D921B1E672293F6C8992F2CF4A2","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1869,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"77","url":"internal/loader/ModuleMap.js","startLine":0,"startColumn":0,"endLine":34,"endColumn":66,"executionContextId":1,"hash":"9A5083416AF3134942975EC1318382FA5F7F7EF3","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1216,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/loader/ModuleWrap.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). Paths.scriptParsed: could not resolve internal/loader/ModuleMap.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"78","url":"internal/loader/ModuleJob.js","startLine":0,"startColumn":0,"endLine":106,"endColumn":66,"executionContextId":1,"hash":"8063E300CEADAF15C18009E00FAE6E05DF6AFBD6","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":3352,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"79","url":"internal/safe_globals.js","startLine":0,"startColumn":0,"endLine":27,"endColumn":66,"executionContextId":1,"hash":"E937A690DE94FC210F9BF06600F4A500F8B1DCE1","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1020,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/loader/ModuleJob.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). Paths.scriptParsed: could not resolve internal/safe_globals.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"80","url":"internal/loader/ModuleRequest.js","startLine":0,"startColumn":0,"endLine":130,"endColumn":66,"executionContextId":1,"hash":"D32BF4D1D1DCF7490F8341D3F9690CD969FB2100","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":4160,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/loader/ModuleRequest.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"81","url":"url.js","startLine":0,"startColumn":0,"endLine":1038,"endColumn":66,"executionContextId":1,"hash":"10CD84D007049CD9ACE57D90AF836626987657F0","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":31416,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve url.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"82","url":"punycode.js","startLine":0,"startColumn":0,"endLine":441,"endColumn":66,"executionContextId":1,"hash":"EB98F0127041C35AC74D13F7428B38F0C6B809B7","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":12811,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve punycode.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"83","url":"internal/loader/search.js","startLine":0,"startColumn":0,"endLine":32,"endColumn":66,"executionContextId":1,"hash":"47EE16C060AED5458C5EA8B6E29A391999DEDAB1","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1209,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/loader/search.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"84","url":"internal/inspector_async_hook.js","startLine":0,"startColumn":0,"endLine":59,"endColumn":66,"executionContextId":1,"hash":"22D6D9E13D44F733A06E7AC499791647F861DD32","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":1804,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve internal/inspector_async_hook.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"85","url":"console.js","startLine":0,"startColumn":0,"endLine":250,"endColumn":66,"executionContextId":1,"hash":"2884E172D0116E5A004077721DC8AC50C6C39E84","isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"isModule":false,"length":8336,"stackTrace":{"callFrames":[{"functionName":"runInThisContext","scriptId":"26","url":"bootstrap_node.js","lineNumber":504,"columnNumber":19}]}}} Paths.scriptParsed: could not resolve console.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). ← From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"86","url":"/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js","startLine":0,"startColumn":0,"endLine":9,"endColumn":66,"executionContextId":1,"hash":"E1B3F8201B9AEF548F51D4E22A3E5964A03084B2","isLiveEdit":false,"sourceMapURL":"https://ticino.blob.core.windows.net/sourcemaps/c2ddece6536330f4b4ceef33de5eea6e406fb30a/core/bootstrap.js.map","hasSourceURL":false,"isModule":false,"length":3263,"stackTrace":{"callFrames":[{"functionName":"createScript","scriptId":"74","url":"vm.js","lineNumber":79,"columnNumber":9}]}}} Paths.scriptParsed: could not resolve /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js to a file with pathMapping/webRoot: undefined. It may be external or served directly from the server's memory (and that's OK). SourceMaps.getMapForGeneratedPath: Finding SourceMap for /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js by URI: https://ticino.blob.core.windows.net/sourcemaps/c2ddece6536330f4b4ceef33de5eea6e406fb30a/core/bootstrap.js.map SourceMaps.loadSourceMapContents: Downloading sourcemap file from https://ticino.blob.core.windows.net/sourcemaps/c2ddece6536330f4b4ceef33de5eea6e406fb30a/core/bootstrap.js.map Sourcemaps.downloadSourceMapContents: Reading cached sourcemap file from /var/folders/q7/l88gtc3d5wdd6fpjd1g4dwgh0000gn/T/com.microsoft.VSCode/node-debug2/sm-cache/2486033d2412c7f3d9f78b4bd7d1df1e6c64ca065e6193c14b371c062542ccf1 SourceMaps.loadSourceMapContents: Reading local sourcemap file from /var/folders/q7/l88gtc3d5wdd6fpjd1g4dwgh0000gn/T/com.microsoft.VSCode/node-debug2/sm-cache/2486033d2412c7f3d9f78b4bd7d1df1e6c64ca065e6193c14b371c062542ccf1 SourceMap: creating for /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js SourceMap: sourceRoot: undefined SourceMap: sources: ["bootstrap.js"] SourceMap: no sourceRoot specified, using script dirname: /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out SourceMaps.scriptParsed: /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js was just loaded and has mapped sources: ["/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js"] ← From target: {"method":"Debugger.paused","params":{"callFrames":[{"callFrameId":"{\"ordinal\":0,\"injectedScriptId\":1}","functionName":"","functionLocation":{"scriptId":"86","lineNumber":0,"columnNumber":10},"location":{"scriptId":"86","lineNumber":0,"columnNumber":10},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":1}"},"startLocation":{"scriptId":"86","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"86","lineNumber":9,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":2}"}}],"this":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":3}"}},{"callFrameId":"{\"ordinal\":1,\"injectedScriptId\":1}","functionName":"Module._compile","functionLocation":{"scriptId":"72","lineNumber":598,"columnNumber":36},"location":{"scriptId":"72","lineNumber":638,"columnNumber":13},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":4}"},"name":"Module._compile","startLocation":{"scriptId":"72","lineNumber":598,"columnNumber":36},"endLocation":{"scriptId":"72","lineNumber":646,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":5}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":103},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":6}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":7}"}}],"this":{"type":"object","className":"Module","description":"Module","objectId":"{\"injectedScriptId\":1,\"id\":8}"}},{"callFrameId":"{\"ordinal\":2,\"injectedScriptId\":1}","functionName":"Module._extensions..js","functionLocation":{"scriptId":"72","lineNumber":650,"columnNumber":36},"location":{"scriptId":"72","lineNumber":652,"columnNumber":9},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":9}"},"name":"Module._extensions..js","startLocation":{"scriptId":"72","lineNumber":650,"columnNumber":36},"endLocation":{"scriptId":"72","lineNumber":653,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":10}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":103},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":11}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":12}"}}],"this":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":13}"}},{"callFrameId":"{\"ordinal\":3,\"injectedScriptId\":1}","functionName":"Module.load","functionLocation":{"scriptId":"72","lineNumber":551,"columnNumber":32},"location":{"scriptId":"72","lineNumber":560,"columnNumber":31},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":14}"},"name":"Module.load","startLocation":{"scriptId":"72","lineNumber":551,"columnNumber":32},"endLocation":{"scriptId":"72","lineNumber":577,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":15}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":103},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":16}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":17}"}}],"this":{"type":"object","className":"Module","description":"Module","objectId":"{\"injectedScriptId\":1,\"id\":18}"}},{"callFrameId":"{\"ordinal\":4,\"injectedScriptId\":1}","functionName":"tryModuleLoad","functionLocation":{"scriptId":"72","lineNumber":500,"columnNumber":22},"location":{"scriptId":"72","lineNumber":503,"columnNumber":11},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":19}"},"name":"tryModuleLoad","startLocation":{"scriptId":"72","lineNumber":500,"columnNumber":22},"endLocation":{"scriptId":"72","lineNumber":510,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":20}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":103},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":21}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":22}"}}],"this":{"type":"undefined"}},{"callFrameId":"{\"ordinal\":5,\"injectedScriptId\":1}","functionName":"Module._load","functionLocation":{"scriptId":"72","lineNumber":446,"columnNumber":23},"location":{"scriptId":"72","lineNumber":495,"columnNumber":2},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":23}"},"name":"Module._load","startLocation":{"scriptId":"72","lineNumber":446,"columnNumber":23},"endLocation":{"scriptId":"72","lineNumber":498,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":24}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":103},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":25}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":26}"}}],"this":{"type":"function","className":"Function","description":"function Module(id, parent) {\n this.id = id;\n this.exports = {};\n this.parent = parent;\n updateChildren(parent, this, false);\n this.filename = null;\n this.loaded = false;\n this.children = [];\n}","objectId":"{\"injectedScriptId\":1,\"id\":27}"}},{"callFrameId":"{\"ordinal\":6,\"injectedScriptId\":1}","functionName":"Module.runMain","functionLocation":{"scriptId":"72","lineNumber":680,"columnNumber":25},"location":{"scriptId":"72","lineNumber":682,"columnNumber":9},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":28}"},"name":"Module.runMain","startLocation":{"scriptId":"72","lineNumber":680,"columnNumber":25},"endLocation":{"scriptId":"72","lineNumber":685,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":29}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":103},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":1}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":30}"},"startLocation":{"scriptId":"72","lineNumber":0,"columnNumber":10},"endLocation":{"scriptId":"72","lineNumber":750,"columnNumber":64}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":31}"}}],"this":{"type":"function","className":"Function","description":"function Module(id, parent) {\n this.id = id;\n this.exports = {};\n this.parent = parent;\n updateChildren(parent, this, false);\n this.filename = null;\n this.loaded = false;\n this.children = [];\n}","objectId":"{\"injectedScriptId\":1,\"id\":32}"}},{"callFrameId":"{\"ordinal\":7,\"injectedScriptId\":1}","functionName":"startup","functionLocation":{"scriptId":"26","lineNumber":15,"columnNumber":18},"location":{"scriptId":"26","lineNumber":195,"columnNumber":15},"scopeChain":[{"type":"block","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":33}"},"name":"startup","startLocation":{"scriptId":"26","lineNumber":172,"columnNumber":61},"endLocation":{"scriptId":"26","lineNumber":196,"columnNumber":7}},{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":34}"},"name":"startup","startLocation":{"scriptId":"26","lineNumber":15,"columnNumber":18},"endLocation":{"scriptId":"26","lineNumber":248,"columnNumber":3}},{"type":"closure","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":35}"},"startLocation":{"scriptId":"26","lineNumber":9,"columnNumber":9},"endLocation":{"scriptId":"26","lineNumber":622,"columnNumber":1}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":36}"}}],"this":{"type":"undefined"}},{"callFrameId":"{\"ordinal\":8,\"injectedScriptId\":1}","functionName":"","functionLocation":{"scriptId":"26","lineNumber":9,"columnNumber":9},"location":{"scriptId":"26","lineNumber":621,"columnNumber":2},"scopeChain":[{"type":"local","object":{"type":"object","className":"Object","description":"Object","objectId":"{\"injectedScriptId\":1,\"id\":37}"},"startLocation":{"scriptId":"26","lineNumber":9,"columnNumber":9},"endLocation":{"scriptId":"26","lineNumber":622,"columnNumber":1}},{"type":"global","object":{"type":"object","className":"global","description":"global","objectId":"{\"injectedScriptId\":1,\"id\":38}"}}],"this":{"type":"object","subtype":"null","value":null}}],"reason":"Break on start","hitBreakpoints":[]}} 1533590750.905: Paused on entry To client: {"seq":0,"type":"event","event":"initialized"} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"bootstrap_node.js","path":"/bootstrap_node.js","sourceReference":1000,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"events.js","path":"/events.js","sourceReference":1001,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"util.js","path":"/util.js","sourceReference":1002,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"errors.js","path":"/internal/errors.js","sourceReference":1003,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"VM31","path":"/VM31","sourceReference":1004,"origin":"read-only content from Node.js"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"encoding.js","path":"/internal/encoding.js","sourceReference":1005,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"util.js","path":"/internal/util.js","sourceReference":1006,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"types.js","path":"/internal/util/types.js","sourceReference":1007,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"buffer.js","path":"/buffer.js","sourceReference":1008,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"buffer.js","path":"/internal/buffer.js","sourceReference":1009,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"process.js","path":"/internal/process.js","sourceReference":1010,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"warning.js","path":"/internal/process/warning.js","sourceReference":1011,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"next_tick.js","path":"/internal/process/next_tick.js","sourceReference":1012,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"async_hooks.js","path":"/async_hooks.js","sourceReference":1013,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"promises.js","path":"/internal/process/promises.js","sourceReference":1014,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"stdio.js","path":"/internal/process/stdio.js","sourceReference":1015,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"perf_hooks.js","path":"/perf_hooks.js","sourceReference":1016,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"linkedlist.js","path":"/internal/linkedlist.js","sourceReference":1017,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"VM45","path":"/VM45","sourceReference":1018,"origin":"read-only content from Node.js"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"ELECTRON_ASAR.js","path":"/ELECTRON_ASAR.js","sourceReference":1019,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"child_process.js","path":"/child_process.js","sourceReference":1020,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"child_process.js","path":"/internal/child_process.js","sourceReference":1021,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"string_decoder.js","path":"/string_decoder.js","sourceReference":1022,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"net.js","path":"/net.js","sourceReference":1023,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"stream.js","path":"/stream.js","sourceReference":1024,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"legacy.js","path":"/internal/streams/legacy.js","sourceReference":1025,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"_stream_readable.js","path":"/_stream_readable.js","sourceReference":1026,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"BufferList.js","path":"/internal/streams/BufferList.js","sourceReference":1027,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"destroy.js","path":"/internal/streams/destroy.js","sourceReference":1028,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"_stream_writable.js","path":"/_stream_writable.js","sourceReference":1029,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"_stream_duplex.js","path":"/_stream_duplex.js","sourceReference":1030,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"_stream_transform.js","path":"/_stream_transform.js","sourceReference":1031,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"_stream_passthrough.js","path":"/_stream_passthrough.js","sourceReference":1032,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"timers.js","path":"/timers.js","sourceReference":1033,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"assert.js","path":"/assert.js","sourceReference":1034,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"net.js","path":"/internal/net.js","sourceReference":1035,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"dns.js","path":"/dns.js","sourceReference":1036,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"dgram.js","path":"/dgram.js","sourceReference":1037,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"socket_list.js","path":"/internal/socket_list.js","sourceReference":1038,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"path.js","path":"/path.js","sourceReference":1039,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"fs.js","path":"/fs.js","sourceReference":1040,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"fs.js","path":"/internal/fs.js","sourceReference":1041,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"url.js","path":"/internal/url.js","sourceReference":1042,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"querystring.js","path":"/internal/querystring.js","sourceReference":1043,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"querystring.js","path":"/querystring.js","sourceReference":1044,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"module.js","path":"/module.js","sourceReference":1045,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"module.js","path":"/internal/module.js","sourceReference":1046,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"vm.js","path":"/vm.js","sourceReference":1047,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"Loader.js","path":"/internal/loader/Loader.js","sourceReference":1048,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"ModuleWrap.js","path":"/internal/loader/ModuleWrap.js","sourceReference":1049,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"ModuleMap.js","path":"/internal/loader/ModuleMap.js","sourceReference":1050,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"ModuleJob.js","path":"/internal/loader/ModuleJob.js","sourceReference":1051,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"safe_globals.js","path":"/internal/safe_globals.js","sourceReference":1052,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"ModuleRequest.js","path":"/internal/loader/ModuleRequest.js","sourceReference":1053,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"url.js","path":"/url.js","sourceReference":1054,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"punycode.js","path":"/punycode.js","sourceReference":1055,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"search.js","path":"/internal/loader/search.js","sourceReference":1056,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"inspector_async_hook.js","path":"/internal/inspector_async_hook.js","sourceReference":1057,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"console.js","path":"/console.js","sourceReference":1058,"origin":"read-only core module"}}} To client: {"seq":0,"type":"event","event":"loadedSource","body":{"reason":"new","source":{"name":"bootstrap.js","path":"/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap.js","origin":"read-only content from Node.js"}}} To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"target/notification/onScriptParsed","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","Versions.Target.Version":"v8.9.3","aggregated.startTime":"[\"1533590750822\",\"1533590750825\",\"1533590750826\",\"1533590750829\",\"1533590750831\",\"1533590750832\",\"1533590750833\",\"1533590750834\",\"1533590750837\",\"1533590750838\",\"1533590750839\",\"1533590750840\",\"1533590750841\",\"1533590750842\",\"1533590750843\",\"1533590750843\",\"1533590750845\",\"1533590750845\",\"1533590750846\",\"1533590750848\",\"1533590750849\",\"1533590750851\",\"1533590750852\",\"1533590750855\",\"1533590750855\",\"1533590750856\",\"1533590750858\",\"1533590750858\",\"1533590750859\",\"1533590750860\",\"1533590750860\",\"1533590750860\",\"1533590750861\",\"1533590750862\",\"1533590750865\",\"1533590750865\",\"1533590750866\",\"1533590750872\",\"1533590750873\",\"1533590750875\",\"1533590750881\",\"1533590750881\",\"1533590750884\",\"1533590750884\",\"1533590750885\",\"1533590750888\",\"1533590750889\",\"1533590750890\",\"1533590750890\",\"1533590750891\",\"1533590750891\",\"1533590750892\",\"1533590750892\",\"1533590750893\",\"1533590750894\",\"1533590750895\",\"1533590750895\",\"1533590750896\",\"1533590750897\",\"1533590750899\"]","aggregated.successful":"[\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\",\"true\"]","aggregated.timeTakenInMilliseconds":"[\"3.030317\",\"0.500486\",\"0.185459\",\"0.325992\",\"0.191958\",\"0.298422\",\"0.210204\",\"1.673698\",\"0.178471\",\"0.192999\",\"0.354399\",\"0.349058\",\"0.306621\",\"0.368233\",\"0.215113\",\"0.211033\",\"0.194202\",\"0.166671\",\"0.189873\",\"0.264613\",\"0.197837\",\"0.226631\",\"0.157664\",\"0.217691\",\"0.278383\",\"0.658651\",\"0.288658\",\"0.211871\",\"0.178978\",\"0.305983\",\"0.302138\",\"0.324098\",\"0.174044\",\"0.328773\",\"0.244376\",\"0.1869\",\"0.167444\",\"0.24569\",\"0.204343\",\"0.190822\",\"0.19803\",\"0.203671\",\"0.263215\",\"0.22695\",\"0.211015\",\"0.541181\",\"0.458572\",\"0.361019\",\"0.455994\",\"0.854302\",\"0.500698\",\"0.675069\",\"0.423511\",\"0.566675\",\"0.199744\",\"0.275578\",\"0.401997\",\"0.363394\",\"0.261821\",\"2.155327\"]"}}} To client: {"seq":0,"type":"event","event":"output","body":{"category":"telemetry","output":"target/notification/onPaused","data":{"Versions.DebugAdapterCore":"6.7.5","Versions.DebugAdapter":"1.26.7","Versions.Target.Version":"v8.9.3","aggregated.startTime":"[\"1533590750904\"]","aggregated.successful":"[\"true\"]","aggregated.timeTakenInMilliseconds":"[\"10.085849\"]"}}}