Confirmed users
290
edits
(Adding new useful stuff) |
|||
Line 2: | Line 2: | ||
Note: The numbers here are irrelevant, it would have been an unordered list except that numbers make things so much easier to refer to when triaging something. | Note: The numbers here are irrelevant, it would have been an unordered list except that numbers make things so much easier to refer to when triaging something. | ||
== Index == | |||
[[User:GijsKruitbosch/JS_Debugging|JS Debugging]] | |||
[[User:GijsKruitbosch/JS_Debugging/Profiling|Profiling JSD]] | |||
[[User:GijsKruitbosch/JS_Debugging/Tasks|Task list]] | |||
[[User:GijsKruitbosch/JS Debugging/DocumentFromException|Associating a document object with an exception/error message in the console]] | |||
[[User:GijsKruitbosch/JS_Debugging/Bugs|Firebug "Bugs"]] | |||
== Things I've heard so far == | == Things I've heard so far == | ||
Line 46: | Line 58: | ||
# Put the scripts and windows lists inside a sidebar-like pane that you can pop in and out, saving lots of real-estate - after all you tend to not need these while debugging. It should be easier to remove/add them whenever you want. | # Put the scripts and windows lists inside a sidebar-like pane that you can pop in and out, saving lots of real-estate - after all you tend to not need these while debugging. It should be easier to remove/add them whenever you want. | ||
# Try if you can disable the window within the tab and not everything else... not quite sure whether you can, or maybe could with some JS backend fixes... | # Try if you can disable the window within the tab and not everything else... not quite sure whether you can, or maybe could with some JS backend fixes... | ||
== __toplevel__ and disappearing scripts == | == __toplevel__ and disappearing scripts == |