When debugging, I often use the console to display debug output and to type expressions. Now, when stepping to the code, I need to switch between console and script tab a lot.
Example: typing in the console request.response.xml... euh what was it...click script tab, open request, open response, open xml, look for 'firstChild', click console tab, position cursor, he, the line is empty, type request.response.xml.firstchild.tagName.substring(1, .... click script tab, look up variablename, click console tab, oh no, the console line is empty again :( ... type it all in again (next time I copy it first if I don't forget). Well, you'll get it I hope. It would be nice to have the console window also open and available when the script tab is active (script window is open). This way I don't have to go back and forth, retype the console line, and when stepping through code I'll immediately see what is outputted in the console. This would be a very nice feature, at least for me! Wo. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
