Skip to content

Chrome DevTools Tips

【〖FEDAY〗你不知道的 Chrome DevTools(开发者工具) - Jecelyn】 https://www.bilibili.com/video/BV1mG411i7f2

  • Hiding unnecessary source map on source panel,or
  • Hiding thrid-party code in source panel by click Hide ignore-listed sources option;
  • Config ignore file list in map file by x_ggole_ignoreList property;
  • Recording operations by Recorder panel, the operations alse can be exported(support many test frame's format) for share;
  • Using "Emulate a focused page" function in "Styles"(or "Rendering") panel to avoid losing focus on the page, and can be used to debug functions such as input prompts;