how to toggle between console and source in chrome

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: 

  1. ((this.options.position.x == 'center' && this.options.outside == 'x') || (this.options.position.y == 'center' && this.options.outside == 'y'))
  2.     && (this.options.outside = false);
and then go to the console and type in: 

  1. 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.