638
edits
No edit summary |
|||
Line 190: | Line 190: | ||
=== Source Viewer === | === Source Viewer === | ||
* Enough to visualize current line/stack frames/etc. | * Enough to visualize current line/stack frames/etc. | ||
** Debug.Script.prototype.{url,startLine,length,getAllOffsets,getLineOffsets,getOffsetLine} - jorendorff | |||
** Debug.Frame.prototype.{callee,script,offset} - jorendorff | |||
* No source list yet, will only reflect sources handed to it in pause states. | * No source list yet, will only reflect sources handed to it in pause states. | ||
* Can use normal view source/firebug method (loading from necko preferring the cache) for getting static script sources (in-document <script> etc). | * Can use normal view source/firebug method (loading from necko preferring the cache) for getting static script sources (in-document <script> etc). | ||
* Needs the engine to provide sources for exotic script sources (eval/appendNode/etc) | * Needs the engine to provide sources for exotic script sources (eval/appendNode/etc.) | ||
* Very simple source viewer, improving the source viewer can happen outside the critical path. | * Very simple source viewer, improving the source viewer can happen outside the critical path. | ||
edits