Source code

Revision control

Copy as Markdown

Other Tools

{
"sources": {
"sources": {
"fooSourceActor": {
"id": "fooSourceActor",
"filename": "foo.js",
"pathname": "foo/foo.js"
},
"barSourceActor": {
"id": "barSourceActor",
"filename": "bar.js",
"pathname": "bar/bar.js"
},
"bazzSourceActor": {
"id": "bazzSourceActor",
"filename": "bazz.js",
"pathname": "bazz/bazz.js"
}
},
"sourcesText": {
"fooSourceActor": {
"contentType": "text/javascript",
"text": "function() {\n return foo;\n}"
},
"barSourceActor": {
"contentType": "text/javascript",
"text": "function() {\n return bar;\n}"
},
"bazzSourceActor": {
"contentType": "text/javascript",
"text": "function() {\n return bazz;\n}"
}
}
},
"breakpoints": {
"breakpoints": {
"fooBreakpointActor": {
"id": "fooBreakpointActor",
"location": {
"sourceId": "fooSourceActor",
"line": 16
}
},
"barBreakpointActor": {
"id": "barBreakpointActor",
"location": {
"sourceId": "barSourceActor",
"line": 18
}
}
}
}
}