Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

javascript-ru/chrome-dev-tools

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 

Repository files navigation

chrome-dev-tools

материалы по продвинутому использованию Chrome Developer Tools

Console

  • .log(), .info(), .warn(), .error()

  • .assert()

  • .group(name)/.groupEnd(name)/.groupCollapsed()

  • time() / timeEnd()

  • count(label)

  • trace()

  • $_

  • $0, $1, $2 ...

  • $(), $$()

  • $x('/html/body/script[2]');

  • inspect(element)

  • inspect(object)

  • monitorEvents(document, "mousedown");

  • profile()/profileEnd()

  • keys(), values()

  • clear()

  • copy()

Elements

  • Copy JS Path

Sources

  • Inline breakpoints
  • Conditional breakpoints
  • Partial breakpoints
  • blackbox
  • Change History
  • Snippets

Network

Performance + Memory

  • Defining memory leaks: strategy1
  • Defining memory leaks: strategy2

Other

  • shortcut Cmd + Shift + P
  • Prettifier
  • Multicursor
  • Network and CPU throttling
  • Screenshot
  • Coverage
  • Animations
  • Audit panel
  • Mobile remote debug

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.