how to toggle between console and source in chrome
Hey guys,
Sometimes , i like to add a breakpoint , to say a certain given line eg:
- ((this.options.position.x == 'center' && this.options.outside == 'x') || (this.options.position.y == 'center' && this.options.outside == 'y'))
- && (this.options.outside = false);
and then go to the console and type in:
- this.options.position.x
to see what really is (i know hovering over x also given the value , but thats not my question).
so how do i switch between console and source , any shortcut ? without using the mouse and without closing the source tab ?
Thank you.
Gautam.