Notes on Google Chrome's dev tool
| command in source panel |
hotkey |
| Continue |
C-\ |
| Toggle break point |
C-B |
| Step over |
C-' |
| Step into |
C-; |
| Step out |
S-C-; |
| Up call stack |
C-, |
| Down call stack |
C-. |
| Toggle console view |
ESC |
| Goto line |
C-G |
| Goto file |
C-P |
| Jump to method |
S-C-O |
- I don't use hotkey F1~F12 because my windows manager is different from most developers
- live editing does not work on Chromium 30.0.1599.114 Built on Ubuntu 13.04. Anyway, I don't need this functionality
- hotkeys of "Continue" button in Sources panel does not work on Chromium 30.0.1599.114 Built on Ubuntu 13.04.
- "Break on" inspected element is extremely useful
Comments powered by