| commit | 038b9b33775be9de430187e33529fdd8b696fdb9 | [log] [tgz] |
|---|---|---|
| author | Kim-Anh Tran <[email protected]> | Mon Jul 20 06:40:09 2020 |
| committer | Commit Bot <[email protected]> | Thu Jul 23 09:00:38 2020 |
| tree | 40a9e372aba64bc5c78b19761df54ec30d8a64db | |
| parent | af6416cd74c82508435cc34e5c5557484be68c59 [diff] |
Use setBreakpoint() only when creating a new breakpoint Up until now we used getPossibleBreakpoints() in order to find the breakable location, just for setBreakpoint to set a breakpoint on the first returned location. Using setBreakpoint() directly is more intuitive and straight-forward, and for our use case it should result in the same breakpoint setting behavior. Bug: chromium:1105172 Change-Id: Id9460dcddb714fafa32a4620116e29c62c03c301 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2306150 Auto-Submit: Kim-Anh Tran <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found here.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found here.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools