Confirmed users
290
edits
(Making a list of the JS Debugging enhancements people have told me about.) |
m (fixing English) |
||
Line 2: | Line 2: | ||
* Persist state [in context of xulrunner?] - give functionality to save and delete a dump of the watches and breakpoints set, and auto-load that at debugger startup so you can continue with whatever you were doing before you last closed the debugger for that app. Could this be done URL-based for website stuff? (talking to Daniel Glazman) | * Persist state [in context of xulrunner?] - give functionality to save and delete a dump of the watches and breakpoints set, and auto-load that at debugger startup so you can continue with whatever you were doing before you last closed the debugger for that app. Could this be done URL-based for website stuff? (talking to Daniel Glazman) | ||
* Give direct access to profiling data - right now you can save it as html or text, but you can't view it directly (or so I was told, haven't verified this). If you're debugging and don't want to let go of the browser which is | * Give direct access to profiling data - right now you can save it as html or text, but you can't view it directly (or so I was told, haven't verified this). If you're debugging and don't want to let go of the browser which is stopped, then that's a problem because you need that browser to view your profile output. Which is kinda odd and confusing and not really a Nice Thing. (talking to Hish) | ||
* Anonymous functions get lumped together when profiling. Baaaad. On the other hand, you can just rename the functions yourself... | * Anonymous functions get lumped together when profiling. Baaaad. On the other hand, you can just rename the functions yourself... | ||
* Getters/setters? [Bug on file. Might want that fixed. Though - how many webdevs use getters/setters? Does IE support them at all, for instance...?] | * Getters/setters? [Bug on file. Might want that fixed. Though - how many webdevs use getters/setters? Does IE support them at all, for instance...?] |