Skip to content

Instantly share code, notes, and snippets.

@ZoolWay
Created August 10, 2016 06:59
Show Gist options
  • Save ZoolWay/59bc007f3afcd044bc63f3b3bb52561a to your computer and use it in GitHub Desktop.
Save ZoolWay/59bc007f3afcd044bc63f3b3bb52561a to your computer and use it in GitHub Desktop.
Verbose logs are written to C:\Users\username\.vscode\extensions\msjsdiag.debugger-for-chrome-0.5.1\vscode-chrome-debug.txt
OS: win32 ia32
Node: v5.10.0
vscode-chrome-debug-core: 0.1.18
debugger-for-chrome: 0.5.1
From client: initialize({"adapterID":"chrome","pathFormat":"path","linesStartAt1":true,"columnsStartAt1":true,"supportsVariableType":true,"supportsVariablePaging":true})
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":true}]}}
From client: launch({"name":"Launch chrome with debugging, serving localhost:9000","type":"chrome","request":"launch","url":"http://localhost:9000/","webRoot":"c:\\Users\\username\\Source\\Repos\\my-project/wwwroot","sourceMaps":true,"sourceMapPathOverrides":{"/src/*":"c:\\Users\\username\\Source\\Repos\\my-project/src/*"},"diagnosticLogging":true})
spawn('C:\Program Files (x86)\Google\Chrome\Application\chrome.exe', ["--remote-debugging-port=9222","--no-first-run","--no-default-browser-check","http://localhost:9000/"])
Discovering targets via http://127.0.0.1:9222/json
Discovering targets via http://127.0.0.1:9222/json
Attaching to target: {"description":"","devtoolsFrontendUrl":"/devtools/inspector.html?ws=127.0.0.1:9222/devtools/page/5895de38-dca0-4baa-a8cc-0d433ded69be","faviconUrl":"http://localhost:9000/favicon.ico","id":"5895de38-dca0-4baa-a8cc-0d433ded69be","title":"localhost:9000","type":"page","url":"http://localhost:9000/","webSocketDebuggerUrl":"ws://127.0.0.1:9222/devtools/page/5895de38-dca0-4baa-a8cc-0d433ded69be"}
WebSocket Url: ws://127.0.0.1:9222/devtools/page/5895de38-dca0-4baa-a8cc-0d433ded69be
To target: {"id":1,"method":"Debugger.enable"}
From target: {"id":1,"result":{}}
To target: {"id":2,"method":"Console.enable"}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"81","url":"","startLine":0,"startColumn":0,"endLine":19,"endColumn":5,"executionContextId":2,"hash":"BB813DF030975D139FDB44320211E27407EED5E2","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"id":2,"result":{}}
To client: {"seq":0,"type":"event","event":"initialized"}
To client: {"seq":0,"type":"response","request_seq":2,"command":"launch","success":true}
From client: setBreakpoints({"source":{"path":"c:\\Users\\username\\Source\\Repos\\my-project\\src\\bricks\\pilot-panel.ts","name":"pilot-panel.ts"},"lines":[56,53],"breakpoints":[{"line":56},{"line":53}],"sourceModified":false})
SourceMaps.setBP: c:\Users\username\Source\Repos\my-project\src\bricks\pilot-panel.ts can't be resolved to a loaded script. It may just not be loaded yet.
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"82","url":"http://localhost:9000/","startLine":8,"startColumn":49,"endLine":10,"endColumn":5,"executionContextId":2,"hash":"8D95E56182710946FD89D377FE1BB3D2D4872C92","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: could not resolve http://localhost:9000/ to a file under webRoot: c:\Users\username\Source\Repos\my-project/wwwroot. 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":"http://localhost:9000/jspm_packages/system.js","startLine":0,"startColumn":0,"endLine":7,"endColumn":0,"executionContextId":2,"hash":"594E91C30248F3A904E8A4814115B7286032C1F5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"system.js.map","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/system.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\system.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\system.js by URI: system.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\system.js.map
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"84","url":"http://localhost:9000/config.js","startLine":0,"startColumn":0,"endLine":292,"endColumn":3,"executionContextId":2,"hash":"55A01841BD624F273B5E2651A185DF2BA49088E7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/config.js to c:\Users\username\Source\Repos\my-project\wwwroot\config.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"85","url":"http://localhost:9000/","startLine":45,"startColumn":16,"endLine":48,"endColumn":8,"executionContextId":2,"hash":"94AA5322A38388A93B8DE15372B0C7B8B0C6EBF2","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: could not resolve http://localhost:9000/ to a file under webRoot: c:\Users\username\Source\Repos\my-project/wwwroot. It may be external or served directly from the server's memory (and that's OK).
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\system.js
SourceMap: sourceRoot: undefined
SourceMap: sources: ["system.src.js"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: no sourceRoot specified, using script dirname: c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\system.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\jspm_packages\\system.src.js"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"89","url":"http://localhost:9000/jspm_packages/npm/aurelia-bootstrapper@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":83,"executionContextId":2,"hash":"F34E52E3548CBB4193B9DF33F5A196A33683E642","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-bootstrapper@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-bootstrapper@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"90","url":"http://localhost:9000/browser-sync/browser-sync-client.2.13.0.js","startLine":0,"startColumn":0,"endLine":128,"endColumn":18715,"executionContextId":2,"hash":"0694ACF16C829B590DEF66C1710F45A5EABB5965","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: could not resolve http://localhost:9000/browser-sync/browser-sync-client.2.13.0.js to a file under webRoot: c:\Users\username\Source\Repos\my-project/wwwroot. It may be external or served directly from the server's memory (and that's OK).
From target: {"method":"Debugger.scriptFailedToParse","params":{"scriptId":"91","url":"","startLine":0,"startColumn":0,"endLine":0,"endColumn":3,"executionContextId":0,"hash":"DED4D86051B774094CB5762843D429DC872EBA18","isContentScript":false,"isInternalScript":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Debugger.scriptFailedToParse","params":{"scriptId":"92","url":"","startLine":0,"startColumn":0,"endLine":0,"endColumn":2,"executionContextId":0,"hash":"1110BA42E4E4F1BA4CB5762843D429DC872EBA18","isContentScript":false,"isInternalScript":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Debugger.scriptFailedToParse","params":{"scriptId":"93","url":"","startLine":0,"startColumn":0,"endLine":0,"endColumn":2,"executionContextId":0,"hash":"8193CF03E4E4F1BA4CB5762843D429DC872EBA18","isContentScript":false,"isInternalScript":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"94","url":"http://localhost:9000/jspm_packages/npm/aurelia-bootstrapper@1.0.0/aurelia-bootstrapper.js","startLine":0,"startColumn":0,"endLine":147,"endColumn":104,"executionContextId":2,"hash":"82A18D32271DE0023549C152AB2A7DEA9F736403","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-bootstrapper@1.0.0/aurelia-bootstrapper.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-bootstrapper@1.0.0\aurelia-bootstrapper.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"95","url":"http://localhost:9000/jspm_packages/github/systemjs/plugin-css@0.1.23.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":86,"executionContextId":2,"hash":"6B92E051806367C4684994106B9C1B071B08E346","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/systemjs/plugin-css@0.1.23.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\systemjs\plugin-css@0.1.23.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"96","url":"http://localhost:9000/jspm_packages/github/systemjs/plugin-css@0.1.23/css.js","startLine":0,"startColumn":0,"endLine":142,"endColumn":90,"executionContextId":2,"hash":"D5C6FBE339834986A4016A943CD09FACEC6E3404","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/systemjs/plugin-css@0.1.23/css.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\systemjs\plugin-css@0.1.23\css.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"97","url":"http://localhost:9000/jspm_packages/npm/aurelia-pal@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":74,"executionContextId":2,"hash":"23E912435DF05BF24B28ADC0095488D341CCAD54","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-pal@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-pal@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"98","url":"http://localhost:9000/jspm_packages/npm/aurelia-pal-browser@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":82,"executionContextId":2,"hash":"431C2613813BF0F55E8CE411FFFE29B16D6ED7B7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-pal-browser@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-pal-browser@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"99","url":"http://localhost:9000/jspm_packages/npm/aurelia-polyfills@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":80,"executionContextId":2,"hash":"9EBBF7D20E550C81594270A3D12D6FC3DD434560","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-polyfills@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-polyfills@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"100","url":"http://localhost:9000/jspm_packages/npm/aurelia-pal@1.0.0/aurelia-pal.js","startLine":0,"startColumn":0,"endLine":83,"endColumn":86,"executionContextId":2,"hash":"F858610120BD0582E5947C92977B5D117694A1C3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-pal@1.0.0/aurelia-pal.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-pal@1.0.0\aurelia-pal.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"101","url":"http://localhost:9000/jspm_packages/npm/aurelia-pal-browser@1.0.0/aurelia-pal-browser.js","startLine":0,"startColumn":0,"endLine":519,"endColumn":102,"executionContextId":2,"hash":"8BDCFA52EC44D4F988E4A057C3113584B1C06D96","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-pal-browser@1.0.0/aurelia-pal-browser.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-pal-browser@1.0.0\aurelia-pal-browser.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"102","url":"http://localhost:9000/jspm_packages/npm/aurelia-polyfills@1.0.0/aurelia-polyfills.js","startLine":0,"startColumn":0,"endLine":805,"endColumn":98,"executionContextId":2,"hash":"BB60E640EE4A5781110F0CA090846AC04DD7A2C4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-polyfills@1.0.0/aurelia-polyfills.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-polyfills@1.0.0\aurelia-polyfills.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"154","url":"http://localhost:9000/jspm_packages/npm/aurelia-loader-default@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":85,"executionContextId":2,"hash":"5AF37161CA9FF457F167F44532E0310503015E55","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-loader-default@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-loader-default@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"184","url":"http://localhost:9000/jspm_packages/npm/aurelia-loader-default@1.0.0/aurelia-loader-default.js","startLine":0,"startColumn":0,"endLine":260,"endColumn":108,"executionContextId":2,"hash":"0A981952815C2491081652C51A7F05EBDB452814","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-loader-default@1.0.0/aurelia-loader-default.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-loader-default@1.0.0\aurelia-loader-default.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"194","url":"","startLine":0,"startColumn":0,"endLine":19,"endColumn":5,"executionContextId":8,"hash":"1DF331A12B88BBB5FDBCD9A006E8FA78C66B8A35","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"199","url":"http://localhost:9000/jspm_packages/npm/aurelia-loader@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":77,"executionContextId":2,"hash":"5026F2B02301F567D0656CF4AFB5D9A0C31AC261","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-loader@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-loader@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"200","url":"http://localhost:9000/jspm_packages/npm/aurelia-metadata@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":79,"executionContextId":2,"hash":"46EA7A02989EA3F85C8079D59E54963109102B00","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-metadata@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-metadata@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"201","url":"http://localhost:9000/jspm_packages/npm/aurelia-loader@1.0.0/aurelia-loader.js","startLine":0,"startColumn":0,"endLine":155,"endColumn":92,"executionContextId":2,"hash":"2ECE577126392813E8365FA0A4C461B0820771A6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-loader@1.0.0/aurelia-loader.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-loader@1.0.0\aurelia-loader.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"202","url":"http://localhost:9000/jspm_packages/npm/aurelia-metadata@1.0.0/aurelia-metadata.js","startLine":0,"startColumn":0,"endLine":274,"endColumn":96,"executionContextId":2,"hash":"064635114B5E202AC38A67961A527E1516968DF3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-metadata@1.0.0/aurelia-metadata.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-metadata@1.0.0\aurelia-metadata.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"203","url":"chrome-extension://flliilndjeohchalpbbcdekjklbdgfkk/js/content/common.js","startLine":0,"startColumn":0,"endLine":29,"endColumn":5441,"executionContextId":10,"hash":"B49B47A217E96E08012F39F1A1709B6C84CDF535","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"204","url":"chrome-extension://flliilndjeohchalpbbcdekjklbdgfkk/js/content/app.js","startLine":0,"startColumn":0,"endLine":20,"endColumn":19162,"executionContextId":10,"hash":"85945B63EAFF1FD436B8116211BF0D74F5ACD8D4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"216","url":"http://localhost:9000/jspm_packages/npm/aurelia-path@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":75,"executionContextId":2,"hash":"22372072A87B2CB289C9D885D6C080007CDA3CA0","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-path@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-path@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"218","url":"http://localhost:9000/jspm_packages/npm/aurelia-path@1.0.0/aurelia-path.js","startLine":0,"startColumn":0,"endLine":214,"endColumn":88,"executionContextId":2,"hash":"8ECC39D2CE5F9633AF1DE18257A07BE8B0407421","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-path@1.0.0/aurelia-path.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-path@1.0.0\aurelia-path.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"219","url":"http://localhost:9000/jspm_packages/npm/aurelia-framework@1.0.1.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":80,"executionContextId":2,"hash":"732478D21519403AE63898D616ED1155DD434560","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-framework@1.0.1.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-framework@1.0.1.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"220","url":"http://localhost:9000/jspm_packages/npm/aurelia-framework@1.0.1/aurelia-framework.js","startLine":0,"startColumn":0,"endLine":551,"endColumn":98,"executionContextId":2,"hash":"779025025DA64F5A6A864D953C19C383A64BF596","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-framework@1.0.1/aurelia-framework.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-framework@1.0.1\aurelia-framework.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"221","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":78,"executionContextId":2,"hash":"C782F0634ECEFFB18D376273FD8DE4A95A5E09E3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-logging@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"222","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":91,"executionContextId":2,"hash":"31993B8035BC0252732D5391A8C969F4411549D5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dependency-injection@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"223","url":"http://localhost:9000/jspm_packages/npm/aurelia-binding@1.0.1.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":78,"executionContextId":2,"hash":"3BF75F034ECEFFB18D376273FD8DE4A9048A4512","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-binding@1.0.1.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-binding@1.0.1.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"224","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":81,"executionContextId":2,"hash":"7654A9733F2C33E2560AD7F341C126BC4199C006","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"225","url":"http://localhost:9000/jspm_packages/npm/aurelia-task-queue@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":81,"executionContextId":2,"hash":"80405A009F734C5895755B4341C126BC4199C006","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-task-queue@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-task-queue@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","startLine":0,"startColumn":0,"endLine":130,"endColumn":94,"executionContextId":2,"hash":"6E406333E1649A038EC4B322E185BDB285F5DAB3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-logging@1.0.0\aurelia-logging.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","startLine":0,"startColumn":0,"endLine":728,"endColumn":120,"executionContextId":2,"hash":"7B2EE341A0DDDC71EEF3EBE7F3F8B7B875865035","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dependency-injection@1.0.0\aurelia-dependency-injection.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"228","url":"http://localhost:9000/jspm_packages/npm/aurelia-binding@1.0.1/aurelia-binding.js","startLine":0,"startColumn":0,"endLine":5352,"endColumn":94,"executionContextId":2,"hash":"BA6D2CE1C37F7655F3DE7E93937A77F3CF7E5881","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-binding@1.0.1/aurelia-binding.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-binding@1.0.1\aurelia-binding.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"229","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating@1.0.0/aurelia-templating.js","startLine":0,"startColumn":0,"endLine":4791,"endColumn":100,"executionContextId":2,"hash":"137F3AC28FA19E93E227BAB332F2D2A4CA8A9604","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating@1.0.0/aurelia-templating.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating@1.0.0\aurelia-templating.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"230","url":"http://localhost:9000/jspm_packages/npm/aurelia-task-queue@1.0.0/aurelia-task-queue.js","startLine":0,"startColumn":0,"endLine":142,"endColumn":100,"executionContextId":2,"hash":"2073E423EF1F61F2C99C9BB5C07211B8F124BA83","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-task-queue@1.0.0/aurelia-task-queue.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-task-queue@1.0.0\aurelia-task-queue.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"231","url":"http://localhost:9000/dist/main.js","startLine":0,"startColumn":0,"endLine":35,"endColumn":48,"executionContextId":2,"hash":"3DCD88D3F68DE378E5CCCE817694965CB7D44BE6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"main.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/main.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\main.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\main.js by URI: main.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\main.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\main.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["main.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\main.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\main.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"232","url":"http://localhost:9000/dist/core/memory-appender.js","startLine":0,"startColumn":0,"endLine":43,"endColumn":64,"executionContextId":2,"hash":"619D9B02AD6E637938CE33818621C1D0A27D91F1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"memory-appender.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/memory-appender.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\memory-appender.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\memory-appender.js by URI: memory-appender.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\memory-appender.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\memory-appender.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/memory-appender.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\memory-appender.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\memory-appender.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"233","url":"http://localhost:9000/dist/bricks/brick-view-model.js","startLine":0,"startColumn":0,"endLine":175,"endColumn":67,"executionContextId":2,"hash":"E6B4AB23A66DA8E148D02226648D1E83A9994231","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-view-model.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-view-model.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-view-model.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-view-model.js by URI: brick-view-model.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-view-model.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-view-model.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-view-model.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-view-model.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-view-model.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"234","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":86,"executionContextId":2,"hash":"6DB326A1A6575A5282802995508C24675A21D530","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-logging-console@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","startLine":0,"startColumn":0,"endLine":280,"endColumn":64,"executionContextId":2,"hash":"F1DE84B13CBAE1F7DBBC5AD0032F0C220E1026F4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-service.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-service.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-service.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-service.js by URI: brick-service.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-service.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-service.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-service.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-service.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-service.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"236","url":"http://localhost:9000/dist/core/gate-service.js","startLine":0,"startColumn":0,"endLine":164,"endColumn":61,"executionContextId":2,"hash":"04DD3333A0E14C3AE035D3D6B404454247470204","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"gate-service.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/gate-service.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\gate-service.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\gate-service.js by URI: gate-service.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\gate-service.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\gate-service.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/gate-service.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\gate-service.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\gate-service.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"237","url":"http://localhost:9000/dist/bricks/system/loading.js","startLine":0,"startColumn":0,"endLine":31,"endColumn":65,"executionContextId":2,"hash":"D5802571443F1B40556C02B01647FA40161CA524","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"loading.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/system/loading.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\loading.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\loading.js by URI: loading.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\loading.js.map
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"238","url":"http://localhost:9000/dist/bricks/system/brickdef-missing.js","startLine":0,"startColumn":0,"endLine":10,"endColumn":74,"executionContextId":2,"hash":"D84A28536187CBB8B81A0CB44FFD50C83E05F522","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brickdef-missing.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/system/brickdef-missing.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\brickdef-missing.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\brickdef-missing.js by URI: brickdef-missing.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\brickdef-missing.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\loading.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/system/loading.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\loading.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\system\\loading.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"239","url":"http://localhost:9000/dist/core/events.js","startLine":0,"startColumn":0,"endLine":67,"endColumn":55,"executionContextId":2,"hash":"16BDB1615CBF04D7F3164CE775E3211A3CF8DF34","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"events.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/events.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\events.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\events.js by URI: events.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\events.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\brickdef-missing.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/system/brickdef-missing.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\system\brickdef-missing.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\system\\brickdef-missing.ts"]
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\events.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/events.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\events.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\events.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"240","url":"http://localhost:9000/jspm_packages/npm/aurelia-event-aggregator@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":87,"executionContextId":2,"hash":"2F006043A9B9E88925E68711BD371D974C62A586","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-event-aggregator@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-event-aggregator@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","startLine":0,"startColumn":0,"endLine":60,"endColumn":110,"executionContextId":2,"hash":"2D1FDE31F9EAAAA3210DAF43808ED9307B113FA7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-logging-console@1.0.0\aurelia-logging-console.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"242","url":"http://localhost:9000/jspm_packages/npm/jquery@2.2.4.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":69,"executionContextId":2,"hash":"1641AD204EAF25209A3954D05FCE80F1055E6D08","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/jquery@2.2.4.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\jquery@2.2.4.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"243","url":"http://localhost:9000/dist/lib/serializing-tools.js","startLine":0,"startColumn":0,"endLine":41,"endColumn":65,"executionContextId":2,"hash":"52247D434BF19C169A1EDC468D8CA309C8384118","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"serializing-tools.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/lib/serializing-tools.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\serializing-tools.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\serializing-tools.js by URI: serializing-tools.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\serializing-tools.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\serializing-tools.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["lib/serializing-tools.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\serializing-tools.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\lib\\serializing-tools.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"244","url":"http://localhost:9000/dist/bricks/brick-def.js","startLine":0,"startColumn":0,"endLine":46,"endColumn":60,"executionContextId":2,"hash":"0DBB4811F3619B9AFC7AE8C6574BADA5F8EFA046","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-def.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-def.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-def.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-def.js by URI: brick-def.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-def.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-def.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-def.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-def.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-def.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"245","url":"http://localhost:9000/dist/bricks/brick-group.js","startLine":0,"startColumn":0,"endLine":18,"endColumn":62,"executionContextId":2,"hash":"ABD087823CF662884CF42B6660A1068ADB91C883","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-group.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-group.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-group.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-group.js by URI: brick-group.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-group.js.map
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"246","url":"http://localhost:9000/dist/bricks/brick-instance-setting.js","startLine":0,"startColumn":0,"endLine":17,"endColumn":73,"executionContextId":2,"hash":"9C5D2FB0271DBF694F9C1B9149308BE2EA763CE5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-instance-setting.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-instance-setting.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance-setting.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance-setting.js by URI: brick-instance-setting.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance-setting.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-group.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-group.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-group.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-group.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"247","url":"http://localhost:9000/dist/bricks/glue-formular.js","startLine":0,"startColumn":0,"endLine":33,"endColumn":64,"executionContextId":2,"hash":"8145F4C3357B1E841E3845D3B7A68A9313676A85","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"glue-formular.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/glue-formular.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-formular.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-formular.js by URI: glue-formular.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-formular.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance-setting.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-instance-setting.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance-setting.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-instance-setting.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"248","url":"http://localhost:9000/dist/bricks/item-configurator.js","startLine":0,"startColumn":0,"endLine":72,"endColumn":68,"executionContextId":2,"hash":"61B33FC030F79981C49106F54948C1D59A11F331","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"item-configurator.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/item-configurator.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\item-configurator.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\item-configurator.js by URI: item-configurator.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\item-configurator.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-formular.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/glue-formular.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-formular.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\glue-formular.ts"]
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\item-configurator.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/item-configurator.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\item-configurator.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\item-configurator.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"249","url":"http://localhost:9000/dist/core/configuration-service.js","startLine":0,"startColumn":0,"endLine":217,"endColumn":70,"executionContextId":2,"hash":"E04B1BE118EBA84A73D308E4101CC338A9316112","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"configuration-service.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/configuration-service.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\configuration-service.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\configuration-service.js by URI: configuration-service.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\configuration-service.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\configuration-service.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/configuration-service.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\configuration-service.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\configuration-service.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"250","url":"http://localhost:9000/dist/core/api-caller.js","startLine":0,"startColumn":0,"endLine":93,"endColumn":59,"executionContextId":2,"hash":"03488BB3D613E12A393587F736A550F54D2006B6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"api-caller.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/api-caller.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\api-caller.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\api-caller.js by URI: api-caller.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\api-caller.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\api-caller.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/api-caller.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\api-caller.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\api-caller.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"251","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":88,"executionContextId":2,"hash":"321C68801422B705B7DF52C257F7A4FAEE062643","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"252","url":"http://localhost:9000/jspm_packages/npm/aurelia-fetch-client@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":83,"executionContextId":2,"hash":"6E4D4100E0E3EF9076D28EE5F5A196A33683E642","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-fetch-client@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-fetch-client@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"253","url":"http://localhost:9000/jspm_packages/npm/aurelia-event-aggregator@1.0.0/aurelia-event-aggregator.js","startLine":0,"startColumn":0,"endLine":158,"endColumn":112,"executionContextId":2,"hash":"A14BBD40819FF7266BBC99D2C7D9B987EA70FD05","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-event-aggregator@1.0.0/aurelia-event-aggregator.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-event-aggregator@1.0.0\aurelia-event-aggregator.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"254","url":"http://localhost:9000/jspm_packages/npm/jquery@2.2.4/dist/jquery.js","startLine":0,"startColumn":0,"endLine":9816,"endColumn":81,"executionContextId":2,"hash":"2DE6B6C294E06111E25451E0F218EE78B7C6FD24","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/jquery@2.2.4/dist/jquery.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\jquery@2.2.4\dist\jquery.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"255","url":"http://localhost:9000/dist/bricks/brick-requirements.js","startLine":0,"startColumn":0,"endLine":10,"endColumn":69,"executionContextId":2,"hash":"6F7E1DE18F5E65B264B0607348C60346631EA9C1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-requirements.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-requirements.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-requirements.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-requirements.js by URI: brick-requirements.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-requirements.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-requirements.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-requirements.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-requirements.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-requirements.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"256","url":"http://localhost:9000/dist/bricks/brick-instance.js","startLine":0,"startColumn":0,"endLine":52,"endColumn":65,"executionContextId":2,"hash":"BB998A9172728C7049F6AD322E8F56DC2E03AB82","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"brick-instance.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/brick-instance.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance.js by URI: brick-instance.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/brick-instance.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\brick-instance.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\brick-instance.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"257","url":"http://localhost:9000/dist/bricks/glue-instance.js","startLine":0,"startColumn":0,"endLine":132,"endColumn":64,"executionContextId":2,"hash":"044CC6A065F006E7801AB1F75C6455A4AAA1A015","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"glue-instance.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/glue-instance.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-instance.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-instance.js by URI: glue-instance.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-instance.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-instance.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/glue-instance.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-instance.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\glue-instance.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"258","url":"http://localhost:9000/dist/core/client-storage-service.js","startLine":0,"startColumn":0,"endLine":59,"endColumn":71,"executionContextId":2,"hash":"BECAEA828995A747208E0B97044895218B209BB1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"client-storage-service.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/client-storage-service.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\client-storage-service.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\client-storage-service.js by URI: client-storage-service.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\client-storage-service.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\client-storage-service.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/client-storage-service.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\client-storage-service.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\client-storage-service.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"259","url":"http://localhost:9000/dist/core/auth-service.js","startLine":0,"startColumn":0,"endLine":79,"endColumn":61,"executionContextId":2,"hash":"4E334F1390139E333812DD41CAC1EA099F01D395","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"auth-service.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/core/auth-service.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\auth-service.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\auth-service.js by URI: auth-service.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\auth-service.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\auth-service.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["core/auth-service.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\core\auth-service.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\core\\auth-service.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"260","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/aurelia-dialog.js","startLine":0,"startColumn":0,"endLine":76,"endColumn":103,"executionContextId":2,"hash":"FB5CA2C08BDB2D631D6C98A21B9C5C8C2E62E6F1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/aurelia-dialog.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\aurelia-dialog.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"261","url":"http://localhost:9000/jspm_packages/npm/aurelia-fetch-client@1.0.0/aurelia-fetch-client.js","startLine":0,"startColumn":0,"endLine":257,"endColumn":104,"executionContextId":2,"hash":"EFC620020BF02E86AE66B1A750407E306120A185","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-fetch-client@1.0.0/aurelia-fetch-client.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-fetch-client@1.0.0\aurelia-fetch-client.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"262","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog.js","startLine":0,"startColumn":0,"endLine":18,"endColumn":98,"executionContextId":2,"hash":"EB7F0B23CED1A0F8772A12F7D67B21C9F4786485","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\ai-dialog.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"263","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog-header.js","startLine":0,"startColumn":0,"endLine":20,"endColumn":105,"executionContextId":2,"hash":"7AA1B6D10AF2CE253A7F7C7031F1494A56D5BD91","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog-header.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\ai-dialog-header.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"264","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog-body.js","startLine":0,"startColumn":0,"endLine":18,"endColumn":103,"executionContextId":2,"hash":"4982ECF2F1AB0A29DDAF91C6E8E69EC367CE53A3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog-body.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\ai-dialog-body.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"265","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog-footer.js","startLine":0,"startColumn":0,"endLine":99,"endColumn":105,"executionContextId":2,"hash":"9C33AF4392F55B106902FD12FB394EE886C3F651","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/ai-dialog-footer.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\ai-dialog-footer.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"266","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/attach-focus.js","startLine":0,"startColumn":0,"endLine":36,"endColumn":101,"executionContextId":2,"hash":"AC4569B1C5FDEAB910D4D0E1BBBA819CA8B69854","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/attach-focus.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\attach-focus.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"267","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-configuration.js","startLine":0,"startColumn":0,"endLine":75,"endColumn":109,"executionContextId":2,"hash":"5C43C2B1565A31E9DAFFD64466C56E1359A59EC3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-configuration.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\dialog-configuration.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"268","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-service.js","startLine":0,"startColumn":0,"endLine":119,"endColumn":103,"executionContextId":2,"hash":"B43A74530D93D3080672CAE0B81E72B94EF8A510","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-service.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\dialog-service.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"269","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-controller.js","startLine":0,"startColumn":0,"endLine":67,"endColumn":106,"executionContextId":2,"hash":"31F42C105BAF2CF5A093A8E01BC8DD66916EC2A5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-controller.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\dialog-controller.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"270","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-result.js","startLine":0,"startColumn":0,"endLine":20,"endColumn":102,"executionContextId":2,"hash":"B2CDAB602A517560AE2476572F0F25C48D8F8FC3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-result.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\dialog-result.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"271","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/renderer.js","startLine":0,"startColumn":0,"endLine":31,"endColumn":97,"executionContextId":2,"hash":"6860573065D75247491C3803DF891C496C523727","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/renderer.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\renderer.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"272","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-renderer.js","startLine":0,"startColumn":0,"endLine":202,"endColumn":104,"executionContextId":2,"hash":"AEB55090A07B70C2413C777760C9ACD0ECFA67E3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-renderer.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\dialog-renderer.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"273","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-options.js","startLine":0,"startColumn":0,"endLine":15,"endColumn":103,"executionContextId":2,"hash":"35F1A1D244DBB386E3C013432FF47B61E10B10B6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/dialog-options.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\dialog-options.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"274","url":"http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/lifecycle.js","startLine":0,"startColumn":0,"endLine":27,"endColumn":98,"executionContextId":2,"hash":"D66057821B9A5BE7BC73B1554CF4E825009E6E21","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-dialog@1.0.0-beta.3.0.0/lifecycle.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-dialog@1.0.0-beta.3.0.0\lifecycle.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"275","url":"http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":82,"executionContextId":2,"hash":"E13AD2927F4EDEC93D325615BAFD28F94A0CB786","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next-xhr-backend@0.5.5.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"276","url":"http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5/index.js","startLine":0,"startColumn":0,"endLine":5,"endColumn":88,"executionContextId":2,"hash":"CC41D170B105D52A607A0BB3E8F38DCCD57A0122","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5/index.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next-xhr-backend@0.5.5\index.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"277","url":"http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5/dist/commonjs/index.js","startLine":0,"startColumn":0,"endLine":163,"endColumn":102,"executionContextId":2,"hash":"B8030710E8414C508F354D0218E2EA44E330A292","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5/dist/commonjs/index.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next-xhr-backend@0.5.5\dist\commonjs\index.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"278","url":"http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5/dist/commonjs/utils.js","startLine":0,"startColumn":0,"endLine":35,"endColumn":102,"executionContextId":2,"hash":"89623A51F0374EF435B5A1B670674DE8EBB36718","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next-xhr-backend@0.5.5/dist/commonjs/utils.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next-xhr-backend@0.5.5\dist\commonjs\utils.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"279","url":"http://localhost:9000/jspm_packages/github/twbs/bootstrap@3.3.6.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":80,"executionContextId":2,"hash":"706E06A004824C77F9242FE57E9000C5E4AC9E27","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/twbs/bootstrap@3.3.6.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\twbs\bootstrap@3.3.6.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"280","url":"http://localhost:9000/jspm_packages/github/twbs/bootstrap@3.3.6/js/bootstrap.js","startLine":0,"startColumn":0,"endLine":2369,"endColumn":93,"executionContextId":2,"hash":"1D599F41FD4F62E561BE0AE12C11DC611CFBDF55","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/twbs/bootstrap@3.3.6/js/bootstrap.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\twbs\bootstrap@3.3.6\js\bootstrap.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"281","url":"http://localhost:9000/jspm_packages/github/github/fetch@0.11.1.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":79,"executionContextId":2,"hash":"F8E167A02B1B4D44372D5731201E0016E61DE5A5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/github/fetch@0.11.1.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\github\fetch@0.11.1.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"282","url":"http://localhost:9000/jspm_packages/github/github/fetch@0.11.1/fetch.js","startLine":0,"startColumn":0,"endLine":394,"endColumn":85,"executionContextId":2,"hash":"8C57C600D4AF4345AF88464628B81C6278144744","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/github/fetch@0.11.1/fetch.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\github\fetch@0.11.1\fetch.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"283","url":"","startLine":0,"startColumn":0,"endLine":225,"endColumn":24,"executionContextId":2,"hash":"8F4FB553EA37930A63DFC19540944FABB54000F4","isContentScript":false,"isInternalScript":true,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":false,"deprecatedCommentWasUsed":false}}
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [aurelia]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [aurelia]"},{"type":"string","value":"Aurelia Starting"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"start","scriptId":"220","url":"http://localhost:9000/jspm_packages/npm/aurelia-framework@1.0.1/aurelia-framework.js","lineNumber":139,"columnNumber":19},{"functionName":"configure","scriptId":"231","url":"http://localhost:9000/dist/main.js","lineNumber":28,"columnNumber":17},{"functionName":"","scriptId":"94","url":"http://localhost:9000/jspm_packages/npm/aurelia-bootstrapper@1.0.0/aurelia-bootstrapper.js","lineNumber":106,"columnNumber":29}]},"timestamp":1470812119.87543,"executionContextId":2}}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"284","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-binding@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":89,"executionContextId":2,"hash":"39C138F3A347D7A70B419A080B7AAF841F617000","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-binding@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-binding@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"285","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-binding@1.0.0/aurelia-templating-binding.js","startLine":0,"startColumn":0,"endLine":668,"endColumn":116,"executionContextId":2,"hash":"7F137D5141B3E158075BBA9402591380E3A75315","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-binding@1.0.0/aurelia-templating-binding.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-binding@1.0.0\aurelia-templating-binding.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"286","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":91,"executionContextId":2,"hash":"4B11B8109AFD99160CA028246750AAB8434B2121","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"287","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/aurelia-templating-resources.js","startLine":0,"startColumn":0,"endLine":62,"endColumn":120,"executionContextId":2,"hash":"3E7470732580989A0F4157451782DAE494E53412","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/aurelia-templating-resources.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\aurelia-templating-resources.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"288","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/compose.js","startLine":0,"startColumn":0,"endLine":195,"endColumn":99,"executionContextId":2,"hash":"FAB1FC113AAD58495713DD55DB7128E810186EC5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/compose.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\compose.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"289","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/if.js","startLine":0,"startColumn":0,"endLine":118,"endColumn":94,"executionContextId":2,"hash":"3BD9A8B2D376C4812D6B9E0137AF6E05409882F5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/if.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\if.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"290","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/with.js","startLine":0,"startColumn":0,"endLine":51,"endColumn":96,"executionContextId":2,"hash":"09627AB339B62E0A5A30DA8467FB6BCAE45B1D91","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/with.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\with.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"291","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/repeat.js","startLine":0,"startColumn":0,"endLine":317,"endColumn":98,"executionContextId":2,"hash":"FC772CE0C0D00B079FE9DB23CF6879F4707A2BE4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/repeat.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\repeat.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"292","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/show.js","startLine":0,"startColumn":0,"endLine":42,"endColumn":96,"executionContextId":2,"hash":"14DE22F3594B2536E8D875B3B8654DE698FDFD30","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/show.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\show.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"293","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/hide.js","startLine":0,"startColumn":0,"endLine":42,"endColumn":96,"executionContextId":2,"hash":"4B331AF095287B27AA2F62064455A0EA3F60F256","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/hide.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\hide.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"294","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/sanitize-html.js","startLine":0,"startColumn":0,"endLine":32,"endColumn":105,"executionContextId":2,"hash":"F6321192970A19178F084717CE1179B9C7BF1406","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/sanitize-html.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\sanitize-html.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"295","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/replaceable.js","startLine":0,"startColumn":0,"endLine":39,"endColumn":103,"executionContextId":2,"hash":"FD27BC7222C296412B2512168C4326CB6C528813","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/replaceable.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\replaceable.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"296","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/focus.js","startLine":0,"startColumn":0,"endLine":76,"endColumn":97,"executionContextId":2,"hash":"505A9D6300024BB4D2930652F9C6C15647B9CC86","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/focus.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\focus.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"297","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/css-resource.js","startLine":0,"startColumn":0,"endLine":132,"endColumn":104,"executionContextId":2,"hash":"DE5BE7D3DCDCA870CEA76B5521EB7140920FA5E7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/css-resource.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\css-resource.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"298","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/html-sanitizer.js","startLine":0,"startColumn":0,"endLine":25,"endColumn":106,"executionContextId":2,"hash":"20B71D61F70581C6969B0FE3F9681A57E504DC25","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/html-sanitizer.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\html-sanitizer.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"299","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/binding-mode-behaviors.js","startLine":0,"startColumn":0,"endLine":41,"endColumn":114,"executionContextId":2,"hash":"281AF8C37544595AE1978F2633AC9DA644E3E962","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/binding-mode-behaviors.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\binding-mode-behaviors.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"300","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/throttle-binding-behavior.js","startLine":0,"startColumn":0,"endLine":72,"endColumn":117,"executionContextId":2,"hash":"00E2BBB1561E862238C24C82473919560BAB0417","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/throttle-binding-behavior.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\throttle-binding-behavior.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"301","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/debounce-binding-behavior.js","startLine":0,"startColumn":0,"endLine":64,"endColumn":117,"executionContextId":2,"hash":"C8CA16904721BA0A2E341CD049691BE7710B68A6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/debounce-binding-behavior.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\debounce-binding-behavior.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"302","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/signal-binding-behavior.js","startLine":0,"startColumn":0,"endLine":66,"endColumn":115,"executionContextId":2,"hash":"7C5F8A813CD45B18E18064846B544CD5A3BE1937","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/signal-binding-behavior.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\signal-binding-behavior.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"303","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/binding-signaler.js","startLine":0,"startColumn":0,"endLine":33,"endColumn":108,"executionContextId":2,"hash":"BEC49222E837A8523ECCD908BF977B568EF76C80","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/binding-signaler.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\binding-signaler.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"304","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/update-trigger-binding-behavior.js","startLine":0,"startColumn":0,"endLine":56,"endColumn":123,"executionContextId":2,"hash":"C3EB3E20C4D493211E25F97331C6F12C86326BD7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/update-trigger-binding-behavior.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\update-trigger-binding-behavior.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"305","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/abstract-repeater.js","startLine":0,"startColumn":0,"endLine":68,"endColumn":109,"executionContextId":2,"hash":"572722518205E7D4C45F2C5789D4CCD87F670025","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/abstract-repeater.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\abstract-repeater.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"306","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/repeat-strategy-locator.js","startLine":0,"startColumn":0,"endLine":56,"endColumn":115,"executionContextId":2,"hash":"B13CBE31907037E849565105840129A779C58836","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/repeat-strategy-locator.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\repeat-strategy-locator.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"307","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/html-resource-plugin.js","startLine":0,"startColumn":0,"endLine":42,"endColumn":112,"executionContextId":2,"hash":"B5D330418B9019D1CAF7B9E7640004A113746A66","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/html-resource-plugin.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\html-resource-plugin.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"308","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/null-repeat-strategy.js","startLine":0,"startColumn":0,"endLine":25,"endColumn":112,"executionContextId":2,"hash":"7DC3AC52309CDAF368EFA0D437B27BA75E1B8971","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/null-repeat-strategy.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\null-repeat-strategy.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"309","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/array-repeat-strategy.js","startLine":0,"startColumn":0,"endLine":245,"endColumn":113,"executionContextId":2,"hash":"03DA17137C848A6729058A83C931256B87F678E3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/array-repeat-strategy.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\array-repeat-strategy.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"310","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/map-repeat-strategy.js","startLine":0,"startColumn":0,"endLine":117,"endColumn":111,"executionContextId":2,"hash":"5C4342910E7626F635A1DD17ACB3462C2E87F140","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/map-repeat-strategy.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\map-repeat-strategy.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"311","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/set-repeat-strategy.js","startLine":0,"startColumn":0,"endLine":105,"endColumn":111,"executionContextId":2,"hash":"4B766992D89DCBF2091B3145C4B1C6A9480E0462","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/set-repeat-strategy.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\set-repeat-strategy.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"312","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/number-repeat-strategy.js","startLine":0,"startColumn":0,"endLine":67,"endColumn":114,"executionContextId":2,"hash":"7AF42FB3ED196238600C3F62AC05347016F7A061","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/number-repeat-strategy.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\number-repeat-strategy.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"313","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/repeat-utilities.js","startLine":0,"startColumn":0,"endLine":108,"endColumn":108,"executionContextId":2,"hash":"1F68F041773339E20F6F140847F461337A4D8954","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/repeat-utilities.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\repeat-utilities.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"314","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/analyze-view-factory.js","startLine":0,"startColumn":0,"endLine":59,"endColumn":112,"executionContextId":2,"hash":"B41714F2469BE1894426E6678B1BA8260D113532","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/analyze-view-factory.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\analyze-view-factory.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"315","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/aurelia-hide-style.js","startLine":0,"startColumn":0,"endLine":26,"endColumn":110,"executionContextId":2,"hash":"FF834B61B4CE1235E7CA53031B9761B204F3A650","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/aurelia-hide-style.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\aurelia-hide-style.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"316","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/dynamic-element.js","startLine":0,"startColumn":0,"endLine":33,"endColumn":107,"executionContextId":2,"hash":"87E7A4203BDAEF27CAD3D6D372AFE9A24391B0A3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-resources@1.0.0/dynamic-element.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-resources@1.0.0\dynamic-element.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"317","url":"http://localhost:9000/jspm_packages/npm/aurelia-history-browser@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":86,"executionContextId":2,"hash":"9A00B1D0503842D34FEBD5750DCFB6885A21D530","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-history-browser@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-history-browser@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"318","url":"http://localhost:9000/jspm_packages/npm/aurelia-history-browser@1.0.0/aurelia-history-browser.js","startLine":0,"startColumn":0,"endLine":328,"endColumn":110,"executionContextId":2,"hash":"5EAD7E736614CC3A27C688F2E8AF9548BAFADEE2","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-history-browser@1.0.0/aurelia-history-browser.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-history-browser@1.0.0\aurelia-history-browser.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"319","url":"http://localhost:9000/jspm_packages/npm/aurelia-history@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":78,"executionContextId":2,"hash":"11BDE1314ECEFFB126700001FD8DE4A968AA2173","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-history@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-history@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"320","url":"http://localhost:9000/jspm_packages/npm/aurelia-history@1.0.0/aurelia-history.js","startLine":0,"startColumn":0,"endLine":47,"endColumn":94,"executionContextId":2,"hash":"5B1D40D1B7B73168FEFA51C60515C80C2E6BD524","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-history@1.0.0/aurelia-history.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-history@1.0.0\aurelia-history.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"321","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":88,"executionContextId":2,"hash":"F888E8715AC96D80F0F0171627781882878591E0","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-router@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"322","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/aurelia-templating-router.js","startLine":0,"startColumn":0,"endLine":22,"endColumn":114,"executionContextId":2,"hash":"C0C4C9134FB9BF1AF26517C2C39A82165D845B66","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/aurelia-templating-router.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-router@1.0.0\aurelia-templating-router.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"323","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/route-loader.js","startLine":0,"startColumn":0,"endLine":75,"endColumn":101,"executionContextId":2,"hash":"08270E03A84C755772C99A6442E34766A7F6FFB6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/route-loader.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-router@1.0.0\route-loader.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"324","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/router-view.js","startLine":0,"startColumn":0,"endLine":243,"endColumn":100,"executionContextId":2,"hash":"0438B0F0AE9D7EC28157C9D52087EB736D37BC94","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/router-view.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-router@1.0.0\router-view.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"325","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/route-href.js","startLine":0,"startColumn":0,"endLine":79,"endColumn":99,"executionContextId":2,"hash":"450B2BC241D42955601208B359B72164CAA81440","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-templating-router@1.0.0/route-href.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-templating-router@1.0.0\route-href.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"326","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":77,"executionContextId":2,"hash":"842DE0802301F567D0656CF4AFB5D9A0BAB3F5A7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-router@1.0.2.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","startLine":0,"startColumn":0,"endLine":1834,"endColumn":92,"executionContextId":2,"hash":"F8B798B0F81DAA467FCAEC0008D5EA18F26A49E7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-router@1.0.2\aurelia-router.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"328","url":"http://localhost:9000/jspm_packages/npm/aurelia-route-recognizer@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":87,"executionContextId":2,"hash":"296DD582A4A57021EA8ED8B5D1EEC977164E8051","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-route-recognizer@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-route-recognizer@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"329","url":"http://localhost:9000/jspm_packages/npm/aurelia-route-recognizer@1.0.0/aurelia-route-recognizer.js","startLine":0,"startColumn":0,"endLine":477,"endColumn":112,"executionContextId":2,"hash":"1E7077904F0BCD10AFBE744371ECFC33004D4885","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-route-recognizer@1.0.0/aurelia-route-recognizer.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-route-recognizer@1.0.0\aurelia-route-recognizer.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"330","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":75,"executionContextId":2,"hash":"22372072A87B2CB289C9D885D6C08000D00B1802","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"331","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/aurelia-i18n.js","startLine":0,"startColumn":0,"endLine":117,"endColumn":88,"executionContextId":2,"hash":"BBEE82F1ACE12742AE40FD362981BB71D2F36E12","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/aurelia-i18n.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\aurelia-i18n.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"332","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/i18n.js","startLine":0,"startColumn":0,"endLine":256,"endColumn":80,"executionContextId":2,"hash":"C746801112CE6F0715630F06230681034A39B323","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/i18n.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\i18n.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"333","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/relativeTime.js","startLine":0,"startColumn":0,"endLine":109,"endColumn":88,"executionContextId":2,"hash":"6C02799334FD0780138E2212E74511FAC56435E0","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/relativeTime.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\relativeTime.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"334","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/df.js","startLine":0,"startColumn":0,"endLine":62,"endColumn":78,"executionContextId":2,"hash":"6234B2E051BEA8B106EDAAB3809ED381A3E9F9D7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/df.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\df.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"335","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/nf.js","startLine":0,"startColumn":0,"endLine":62,"endColumn":78,"executionContextId":2,"hash":"47FF3E3051BEA8B106EDAAB337AB98F1763F2180","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/nf.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\nf.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"336","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/rt.js","startLine":0,"startColumn":0,"endLine":30,"endColumn":78,"executionContextId":2,"hash":"4419CB82ABFCF77374941EB4AB9ADEB5D70355B4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/rt.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\rt.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"337","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/t.js","startLine":0,"startColumn":0,"endLine":117,"endColumn":77,"executionContextId":2,"hash":"02D8A650F3A2C3D324859D209EADB3914BF5EAE3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/t.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\t.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"338","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/base-i18n.js","startLine":0,"startColumn":0,"endLine":39,"endColumn":85,"executionContextId":2,"hash":"2BA76021F22FB7395BECBA60169CA3D56E2C5550","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/base-i18n.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\base-i18n.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"339","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/defaultTranslations/relative.time.js","startLine":0,"startColumn":0,"endLine":303,"endColumn":109,"executionContextId":2,"hash":"247202C0E19C6A268E68C2411A6FC16945BFA281","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/defaultTranslations/relative.time.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\defaultTranslations\relative.time.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"340","url":"http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/utils.js","startLine":0,"startColumn":0,"endLine":71,"endColumn":81,"executionContextId":2,"hash":"A99A41329B654D063A3D6D7041344ADB1CBA3095","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/aurelia-i18n@1.0.0/utils.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\aurelia-i18n@1.0.0\utils.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"341","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":70,"executionContextId":2,"hash":"EC5DB8A2EEF403A6C1000393B6199CE8BD2836F1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"342","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/index.js","startLine":0,"startColumn":0,"endLine":5,"endColumn":76,"executionContextId":2,"hash":"28D65F33331DC728D6A551F35BD24E3A62FD01E5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/index.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\index.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"343","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/index.js","startLine":0,"startColumn":0,"endLine":12,"endColumn":90,"executionContextId":2,"hash":"8393F0D3D4FD3789AC43C5D6F857342B559669E1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/index.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\index.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"344","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/i18next.js","startLine":0,"startColumn":0,"endLine":371,"endColumn":92,"executionContextId":2,"hash":"2A3782901F3E89049735A1D1DF50AACCC2411C63","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/i18next.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\i18next.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"345","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/logger.js","startLine":0,"startColumn":0,"endLine":95,"endColumn":91,"executionContextId":2,"hash":"A5AF3B6193BF09218F24FC10D42DD874B87114B3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/logger.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\logger.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"346","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/EventEmitter.js","startLine":0,"startColumn":0,"endLine":70,"endColumn":97,"executionContextId":2,"hash":"12D97052DD2BD24219055F36EA3DB5717822BD67","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/EventEmitter.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\EventEmitter.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"347","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/ResourceStore.js","startLine":0,"startColumn":0,"endLine":180,"endColumn":98,"executionContextId":2,"hash":"D0748A02CC43B9B301C35DA7127ACFBC2D2C66F2","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/ResourceStore.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\ResourceStore.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"348","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/utils.js","startLine":0,"startColumn":0,"endLine":120,"endColumn":90,"executionContextId":2,"hash":"F3E1F0905E39AC0129EBFF70FD6DA73247F96254","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/utils.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\utils.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"349","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/Translator.js","startLine":0,"startColumn":0,"endLine":288,"endColumn":95,"executionContextId":2,"hash":"6903B161E4B2B6511ECF40F56468BC951DED0E82","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/Translator.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\Translator.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"350","url":"http://localhost:9000/jspm_packages/github/jspm/nodelibs-process@0.1.2.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":87,"executionContextId":2,"hash":"8A327D223234D5E483F8D8B58B9D6CF11FDC3DA6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/jspm/nodelibs-process@0.1.2.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\jspm\nodelibs-process@0.1.2.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"351","url":"http://localhost:9000/jspm_packages/github/jspm/nodelibs-process@0.1.2/index.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":93,"executionContextId":2,"hash":"606395538E548FA115663D18C2CCDDC1FACC86B3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/jspm/nodelibs-process@0.1.2/index.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\jspm\nodelibs-process@0.1.2\index.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"352","url":"http://localhost:9000/jspm_packages/npm/process@0.11.8.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":71,"executionContextId":2,"hash":"499F65007FDB15A43D0724C1055D2B55B8EF9005","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/process@0.11.8.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\process@0.11.8.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"353","url":"http://localhost:9000/jspm_packages/npm/process@0.11.8/browser.js","startLine":0,"startColumn":0,"endLine":163,"endColumn":79,"executionContextId":2,"hash":"576776A3ED8F36B2F1E9FE21C506EB22D4FDFC90","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/process@0.11.8/browser.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\process@0.11.8\browser.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"354","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/postProcessor.js","startLine":0,"startColumn":0,"endLine":22,"endColumn":98,"executionContextId":2,"hash":"F28F1E218AD07605B081F4A7841A2C7940587605","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/postProcessor.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\postProcessor.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"355","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/compatibility/v1.js","startLine":0,"startColumn":0,"endLine":125,"endColumn":101,"executionContextId":2,"hash":"920B02F2B43C0951B47A042600834C90C6FD52B2","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/compatibility/v1.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\compatibility\v1.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"356","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/LanguageUtils.js","startLine":0,"startColumn":0,"endLine":100,"endColumn":98,"executionContextId":2,"hash":"C3286111FBA21E30F67EB04468CA072BF2FD08A3","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/LanguageUtils.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\LanguageUtils.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"357","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/PluralResolver.js","startLine":0,"startColumn":0,"endLine":250,"endColumn":99,"executionContextId":2,"hash":"31C932F0A16354B0E69FCE6383F30AAAC039D1C0","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/PluralResolver.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\PluralResolver.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"358","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/Interpolator.js","startLine":0,"startColumn":0,"endLine":147,"endColumn":97,"executionContextId":2,"hash":"083DC33134805B5057EC9236947C22F6150E4BE6","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/Interpolator.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\Interpolator.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"359","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/BackendConnector.js","startLine":0,"startColumn":0,"endLine":350,"endColumn":101,"executionContextId":2,"hash":"4FA45A923ADDE8C235877157A00128490D8E39A0","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/BackendConnector.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\BackendConnector.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"360","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/CacheConnector.js","startLine":0,"startColumn":0,"endLine":129,"endColumn":99,"executionContextId":2,"hash":"302552728F49F44AAEA8FC701709A2C5C3CD5F87","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/CacheConnector.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\CacheConnector.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"361","url":"http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/defaults.js","startLine":0,"startColumn":0,"endLine":79,"endColumn":93,"executionContextId":2,"hash":"216CAF50A36C3AB71C3976656F03B0C18B294F53","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/i18next@3.4.1/dist/commonjs/defaults.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\i18next@3.4.1\dist\commonjs\defaults.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"362","url":"http://localhost:9000/dist/plugins/samgate-loader/index.js","startLine":0,"startColumn":0,"endLine":41,"endColumn":72,"executionContextId":2,"hash":"9E29777110807380804DC3B594B289F6752E8224","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"index.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/plugins/samgate-loader/index.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\plugins\samgate-loader\index.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\plugins\samgate-loader\index.js by URI: index.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\plugins\samgate-loader\index.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\plugins\samgate-loader\index.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["plugins/samgate-loader/index.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\plugins\samgate-loader\index.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\plugins\\samgate-loader\\index.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"363","url":"http://localhost:9000/dist/lib/parse-uri.js","startLine":0,"startColumn":0,"endLine":32,"endColumn":57,"executionContextId":2,"hash":"D39D43F1595F64121E96914027E72C1B5281C815","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"parse-uri.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/lib/parse-uri.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\parse-uri.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\parse-uri.js by URI: parse-uri.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\parse-uri.js.map
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [aurelia]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [aurelia]"},{"type":"string","value":"Aurelia Started"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"","scriptId":"220","url":"http://localhost:9000/jspm_packages/npm/aurelia-framework@1.0.1/aurelia-framework.js","lineNumber":150,"columnNumber":22}]},"timestamp":1470812120.45514,"executionContextId":2}}}
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\parse-uri.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["lib/parse-uri.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\lib\parse-uri.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\lib\\parse-uri.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"364","url":"http://localhost:9000/dist/app.js","startLine":0,"startColumn":0,"endLine":162,"endColumn":47,"executionContextId":2,"hash":"E69D64F1A545908365BA7607E8F4E190516EC853","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"app.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/app.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\app.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\app.js by URI: app.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\app.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\app.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["app.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\app.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\app.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"365","url":"http://localhost:9000/jspm_packages/npm/moment@2.13.0.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":70,"executionContextId":2,"hash":"E42399A0DDB033E18D402AE75D2BC3F9FA30D756","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/moment@2.13.0.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\moment@2.13.0.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"366","url":"http://localhost:9000/dist/routes.js","startLine":0,"startColumn":0,"endLine":18,"endColumn":50,"executionContextId":2,"hash":"6DA62F214CDDADA5B9B1E443951CE459683E2912","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"routes.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/routes.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\routes.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\routes.js by URI: routes.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\routes.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\routes.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["routes.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\routes.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\routes.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"367","url":"http://localhost:9000/jspm_packages/npm/moment@2.13.0/moment.js","startLine":0,"startColumn":0,"endLine":4043,"endColumn":77,"executionContextId":2,"hash":"156D29435862202A2614D3570BB2F421FF285D22","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/npm/moment@2.13.0/moment.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\npm\moment@2.13.0\moment.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"368","url":"http://localhost:9000/jspm_packages/github/components/jquery@2.2.4.js","startLine":0,"startColumn":0,"endLine":4,"endColumn":83,"executionContextId":2,"hash":"FD5DD653B10C0BC95E32BE039FBE544A28D570C7","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/components/jquery@2.2.4.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\components\jquery@2.2.4.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"369","url":"http://localhost:9000/jspm_packages/github/components/jquery@2.2.4/jquery.js","startLine":0,"startColumn":0,"endLine":9816,"endColumn":90,"executionContextId":2,"hash":"02A65FB32EE27AB8C1D317049EA950D0BECCBBB4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/components/jquery@2.2.4/jquery.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\components\jquery@2.2.4\jquery.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"370","url":"http://localhost:9000/jspm_packages/github/CodeSeven/toastr@2.1.2.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":82,"executionContextId":2,"hash":"9D3CBD81B6A55F80DFE624275CD6C8187341C664","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/CodeSeven/toastr@2.1.2.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\CodeSeven\toastr@2.1.2.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"371","url":"http://localhost:9000/jspm_packages/github/CodeSeven/toastr@2.1.2/toastr.js","startLine":0,"startColumn":0,"endLine":442,"endColumn":89,"executionContextId":2,"hash":"DFE6A210BECCED5088258D327347647BD0C76FC0","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/CodeSeven/toastr@2.1.2/toastr.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\CodeSeven\toastr@2.1.2\toastr.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/App]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/App]"},{"type":"string","value":"Creating samnext application"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"App","scriptId":"364","url":"http://localhost:9000/dist/app.js","lineNumber":23,"columnNumber":22},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":418,"columnNumber":14},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":389,"columnNumber":168},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":651,"columnNumber":25},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":130,"columnNumber":37},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":588,"columnNumber":23},{"functionName":"","scriptId":"229","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating@1.0.0/aurelia-templating.js","lineNumber":4474,"columnNumber":73}]},"timestamp":1470812120.58098,"executionContextId":2}}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"372","url":"http://localhost:9000/jspm_packages/github/systemjs/plugin-text@0.0.3.js","startLine":0,"startColumn":0,"endLine":3,"endColumn":86,"executionContextId":2,"hash":"6BB96913C412BE267E596E1136C36239ACF487A1","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/systemjs/plugin-text@0.0.3.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\systemjs\plugin-text@0.0.3.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"373","url":"http://localhost:9000/jspm_packages/github/systemjs/plugin-text@0.0.3/text.js","startLine":0,"startColumn":0,"endLine":17,"endColumn":91,"executionContextId":2,"hash":"C6C5FE735774984740E9ED5300235B421770FA40","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/systemjs/plugin-text@0.0.3/text.js to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\systemjs\plugin-text@0.0.3\text.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"374","url":"http://localhost:9000/dist/app.html","startLine":0,"startColumn":0,"endLine":4,"endColumn":49,"executionContextId":2,"hash":"C9B9AB638E13FFE684A0520265FEA63393C32B60","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/app.html to c:\Users\username\Source\Repos\my-project\wwwroot\dist\app.html. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"375","url":"http://localhost:9000/jspm_packages/github/twbs/bootstrap@3.3.6/css/bootstrap.css","startLine":0,"startColumn":0,"endLine":4,"endColumn":95,"executionContextId":2,"hash":"428009309DDBBC08481F8663333E0284887AD2A4","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/jspm_packages/github/twbs/bootstrap@3.3.6/css/bootstrap.css to c:\Users\username\Source\Repos\my-project\wwwroot\jspm_packages\github\twbs\bootstrap@3.3.6\css\bootstrap.css. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"376","url":"http://localhost:9000/dist/canvas.js","startLine":0,"startColumn":0,"endLine":112,"endColumn":50,"executionContextId":2,"hash":"7726A5A368DC5179627E5D53199693E169472205","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"canvas.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/canvas.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\canvas.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\canvas.js by URI: canvas.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\canvas.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\canvas.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["canvas.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\canvas.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\canvas.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"377","url":"http://localhost:9000/dist/bricks/glue-engine.js","startLine":0,"startColumn":0,"endLine":176,"endColumn":62,"executionContextId":2,"hash":"17CDB890AFB4E385677CAFA31A8F38A710079536","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"glue-engine.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/bricks/glue-engine.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-engine.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-engine.js by URI: glue-engine.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-engine.js.map
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/bricks/BrickService]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/bricks/BrickService]"},{"type":"string","value":"Added build-in bricks, now serving 8 brick definitions"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"initBuildInBricks","scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","lineNumber":268,"columnNumber":22},{"functionName":"BrickService","scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","lineNumber":34,"columnNumber":18},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":442,"columnNumber":14},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":389,"columnNumber":168},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":651,"columnNumber":25},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":130,"columnNumber":37},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":582,"columnNumber":41},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":436,"columnNumber":57},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":389,"columnNumber":168},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":651,"columnNumber":25},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":130,"columnNumber":37},{"functionName":"_get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":596,"columnNumber":41},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":585,"columnNumber":28},{"functionName":"invokeWithDynamicDependencies","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":400,"columnNumber":27},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":389,"columnNumber":168},{"functionName":"invoke","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":651,"columnNumber":25},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":130,"columnNumber":37},{"functionName":"get","scriptId":"227","url":"http://localhost:9000/jspm_packages/npm/aurelia-dependency-injection@1.0.0/aurelia-dependency-injection.js","lineNumber":588,"columnNumber":23},{"functionName":"","scriptId":"229","url":"http://localhost:9000/jspm_packages/npm/aurelia-templating@1.0.0/aurelia-templating.js","lineNumber":4474,"columnNumber":73}]},"timestamp":1470812120.68179,"executionContextId":2}}}
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-engine.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["bricks/glue-engine.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\bricks\glue-engine.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\bricks\\glue-engine.ts"]
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"378","url":"http://localhost:9000/dist/empty.js","startLine":0,"startColumn":0,"endLine":10,"endColumn":49,"executionContextId":2,"hash":"91CA2322FE5DA440B6E67AB2AC9057C73E9C7615","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"empty.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/empty.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\empty.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\empty.js by URI: empty.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\empty.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\empty.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["empty.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\empty.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\empty.ts"]
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/core/GateService]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/core/GateService]"},{"type":"string","value":"Using 'http://localhost:5001' as gate, source = 'configuration'"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"configureGate","scriptId":"236","url":"http://localhost:9000/dist/core/gate-service.js","lineNumber":129,"columnNumber":22},{"functionName":"","scriptId":"236","url":"http://localhost:9000/dist/core/gate-service.js","lineNumber":80,"columnNumber":38},{"functionName":"fulfilled","scriptId":"236","url":"http://localhost:9000/dist/core/gate-service.js","lineNumber":12,"columnNumber":58}]},"timestamp":1470812120.7215,"executionContextId":2}}}
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/bricks/BrickService]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/bricks/BrickService]"},{"type":"string","value":"Added 5 brick definitions retrieved from remote registry"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"","scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","lineNumber":164,"columnNumber":26},{"functionName":"fulfilled","scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","lineNumber":12,"columnNumber":58}]},"timestamp":1470812120.77012,"executionContextId":2}}}
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/bricks/BrickService]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/bricks/BrickService]"},{"type":"string","value":"Added 2 glue formulars retrieved from remote registry"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"","scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","lineNumber":141,"columnNumber":26},{"functionName":"fulfilled","scriptId":"235","url":"http://localhost:9000/dist/bricks/brick-service.js","lineNumber":12,"columnNumber":58}]},"timestamp":1470812120.80028,"executionContextId":2}}}
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"warning","text":"WARN [tcs/samnext/Canvas]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":44,"column":34,"parameters":[{"type":"string","value":"WARN [tcs/samnext/Canvas]"},{"type":"string","value":"Authentication required, redirecting to login"}],"stack":{"callFrames":[{"functionName":"warn","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":44,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"warn","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":62,"columnNumber":5},{"functionName":"","scriptId":"376","url":"http://localhost:9000/dist/canvas.js","lineNumber":50,"columnNumber":30},{"functionName":"fulfilled","scriptId":"376","url":"http://localhost:9000/dist/canvas.js","lineNumber":12,"columnNumber":58}]},"timestamp":1470812120.80135,"executionContextId":2}}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"379","url":"http://localhost:9000/dist/login.js","startLine":0,"startColumn":0,"endLine":129,"endColumn":49,"executionContextId":2,"hash":"86BA6C51855D64679C7FB3004525C3880596D957","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"login.js.map","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/login.js to c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.js. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.getMapForGeneratedPath: Finding SourceMap for c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.js by URI: login.js.map and webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMaps.loadSourceMapContents: Reading local sourcemap file from c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.js.map
SourceMap: creating for c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.js
SourceMap: sourceRoot: /src
SourceMap: sources: ["login.ts"]
SourceMap: webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
SourceMap: resolved sourceRoot /src -> c:\Users\username\Source\Repos\my-project\wwwroot\src
SourceMaps.scriptParsed: c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.js was just loaded and has mapped sources: ["c:\\Users\\username\\Source\\Repos\\my-project\\wwwroot\\src\\login.ts"]
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/Login]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/Login]"},{"type":"string","value":"Connectivity changed to offline='false'"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"","scriptId":"379","url":"http://localhost:9000/dist/login.js","lineNumber":101,"columnNumber":34},{"functionName":"fulfilled","scriptId":"379","url":"http://localhost:9000/dist/login.js","lineNumber":12,"columnNumber":58}]},"timestamp":1470812120.83754,"executionContextId":2}}}
From target: {"method":"Console.messageAdded","params":{"message":{"source":"console-api","level":"info","text":"INFO [tcs/samnext/Login]","type":"log","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","line":34,"column":34,"parameters":[{"type":"string","value":"INFO [tcs/samnext/Login]"},{"type":"string","value":"Activating now, offline = 'false'"}],"stack":{"callFrames":[{"functionName":"info","scriptId":"241","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging-console@1.0.0/aurelia-logging-console.js","lineNumber":34,"columnNumber":34},{"functionName":"log","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":37,"columnNumber":22},{"functionName":"info","scriptId":"226","url":"http://localhost:9000/jspm_packages/npm/aurelia-logging@1.0.0/aurelia-logging.js","lineNumber":54,"columnNumber":5},{"functionName":"activate","scriptId":"379","url":"http://localhost:9000/dist/login.js","lineNumber":46,"columnNumber":22},{"functionName":"","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1250,"columnNumber":81},{"functionName":"iterate","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1256,"columnNumber":12},{"functionName":"processActivatable","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1267,"columnNumber":12},{"functionName":"run","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1148,"columnNumber":14},{"functionName":"next","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":179,"columnNumber":20},{"functionName":"iterate","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1177,"columnNumber":14},{"functionName":"processDeactivatable","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1180,"columnNumber":12},{"functionName":"run","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1136,"columnNumber":14},{"functionName":"next","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":179,"columnNumber":20},{"functionName":"iterate","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1264,"columnNumber":14},{"functionName":"inspect","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1235,"columnNumber":16},{"functionName":"","scriptId":"327","url":"http://localhost:9000/jspm_packages/npm/aurelia-router@1.0.2/aurelia-router.js","lineNumber":1253,"columnNumber":24}]},"timestamp":1470812120.83798,"executionContextId":2}}}
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"380","url":"http://localhost:9000/dist/login.html","startLine":0,"startColumn":0,"endLine":4,"endColumn":51,"executionContextId":2,"hash":"4A2F42108325271723428750E1C726E685BB7A44","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/login.html to c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.html. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From target: {"method":"Debugger.scriptParsed","params":{"scriptId":"381","url":"http://localhost:9000/dist/login.css","startLine":0,"startColumn":0,"endLine":4,"endColumn":50,"executionContextId":2,"hash":"A80D72B177A501E73AD82B23279BFB23369DA5C5","isContentScript":false,"isInternalScript":false,"isLiveEdit":false,"sourceMapURL":"","hasSourceURL":true,"deprecatedCommentWasUsed":false}}
Paths.scriptParsed: resolved http://localhost:9000/dist/login.css to c:\Users\username\Source\Repos\my-project\wwwroot\dist\login.css. webRoot: c:\Users\username\Source\Repos\my-project/wwwroot
From client: disconnect({"restart":false})
To client: {"seq":0,"type":"response","request_seq":4,"command":"disconnect","success":true}
Websocket closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment