How to go to a specific file in Chrome Developer Tools?

前端 未结 4 562
野趣味
野趣味 2021-01-30 12:04

I am developing a web application with a heavy front-end approach. By using Dojo and the AMD-way, I currently have testing screens which may easily load over a hundred different

相关标签:
4条回答
  • 2021-01-30 12:38

    While in the sources tab use CTRL+O (+O for Mac) to search scripts, stylesheets and snippets by filename.

    (use CTRL+SHIFT+O to filter/navigate to a JavaScript function/CSS rule when viewing a file)

    [Chrome Devtools Cheatsheet]

    0 讨论(0)
  • 2021-01-30 12:48

    In Windows:

    Use CTRL+SHIFT+F to search for content in files.

    Use CTRL+SHIFT+O to search for file names.

    0 讨论(0)
  • 2021-01-30 12:56

    Mac: Command + O Windows: Ctrl + O

    0 讨论(0)
  • 2021-01-30 13:00

    CTRL + P brings up the search input in Windows.

    + P — in Mac.

    0 讨论(0)
提交回复
热议问题