Confirmed users
290
edits
m (fixing English) |
(venkman already does persistent state thing) |
||
Line 1: | Line 1: | ||
Things I've heard so far: | Things I've heard so far: | ||
* Persist state | * Persist state (Daniel Glazman) - do we have this already? It seems so... need more details. | ||
* 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) | * 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... | ||
Line 13: | Line 13: | ||
* Give access to the DOM Inspector if you have a variable which is referencing an element in the page. | * Give access to the DOM Inspector if you have a variable which is referencing an element in the page. | ||
* Provide a real js console to evaluate expression and actually have an effect on the website, instead of the lousy functionality of the current console. | * Provide a real js console to evaluate expression and actually have an effect on the website, instead of the lousy functionality of the current console. | ||
* Better XBL debugging | * Better XBL debugging. Daniel Glazman named a few weird bugs - need to check if they've been filed. |