Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 522 Bytes

File metadata and controls

17 lines (16 loc) · 522 Bytes

Day 37 - debug in chrome

  • cmd + b -> create breakpoint
  • cmd + shift + b -> create breakpoint(save records in Breakpoints list)
  • ctrl + ' -> step over
  • ctrl + ; -> step into
  • cmd + \ -> skip the current breakpoint
  • cmd + f8 -> deactivate breakpoints
  • cmd + shift + e -> console log selected code
  • cmd + shift + o -> jump to specified function
  • ctrl + g -> jump to specified line