elidiazgt
12/5/2016 - 6:39 PM

cheatsheet - chrome console devtools

DEVTOOLS

cmd+opt+i   #open tools
cmd+g       #find next
shift+cmd+g #find previous
cmd+k       #clear
shift+click #edit Breakpoint
cmd+p       #search files
ctrl+g      #go to line
cmd+enter   #run snippet
ctrl+enter  #console multienter


cmd+o       #navegate js
cmd+shift+o #navegate func
cmd+opt+f   #search inside all js
cmd+ll      #jump to line
ctrl+shift+e #evaluate line