Is it possible to change where things are in Chrome's Developer Tools Script panel?

Posted by T.J. Crowder on Stack Overflow See other posts from Stack Overflow or by T.J. Crowder
Published on 2010-04-05T18:39:25Z Indexed on 2010/04/06 7:13 UTC
Read the original article Hit count: 291

Filed under:
|

When debugging browser-based apps using Google Chrome's Developer Tools, is there a way to change the locations of the various panes? Specifically in the Scripts panel (though I suppose it's a general question). E.g., the Watch Expressions, the Call Stack, the code pane, etc.?

The defaults are okay (console at bottom, code pane upper left, a column of Watch Expressions, Call Stack, Scope Vars, etc. in the upper right), but I'd rather swap things around a bit if it's possible.

There doesn't seem to be anything to grab (other than for sizing) and I haven't found a way in my searching so far, but there are (still) some things about Chrome's options that aren't ... well-advertised in the UI, shall we say :-), especially around developer tools.

© Stack Overflow or respective owner

Related posts about google-chrome

Related posts about debugging