What’s new in DevTools: Chrome 121-123
Key Takeaways
The video covers new features in Chrome DevTools for versions 121-123, including emulating a focused page, performance breadcrumbs, and enhanced interactions track. It also discusses improvements in the Sources panel, such as easier lock point setting and evaluating source variables directly.
Full Transcript
[Music] V the ran I am jeline let's dive into what's new inep tools Chrome one 121 one 122 and one 123 first up debugging elements that disappear when you try to inspect them can be difficult here is a simple trick you can enable the emulate the focus page setting in the Styles tab let's say you need to debug the dynamic YouTube search dropdown the moment you try to right click and inspect it it is gone to understand why let's observe the document. has Focus State the value is true when your cursor is on the page however the value becomes false when you move the cursor to Def tools because def tools is not part of the page it is common to show and hide based on the documents Focus State enabling the emulate the focus page setting in the Styles tab with will always keep the document Focus State as true even when you move your cursor to Def tools woohoo this time you can inspect the drop down successfully remember this is a global setting so you only need to enable it once previously this setting was temporary and it is hidden under the less known rendering panel great news for web performance Fox there are three ux enhancements in the performance panel let let's start with the handy breake crumbs here is a performance Trace previously selecting a data range on the timeline could be confusing because the timeline itself wouldn't match the selected range now you can truly zoom into the selected range aligning the timeline with your data for clearer analysis the ability to zoom in on Data ranges goes even further you can zoom multiple times diving deeper into space fix sections of your performance data and jump between them with the break crumbs this allows for a more granular understanding of performance issues whiskers are new additions to the interactions track in the performance panel designed to improve your imp debugging experience imp is a c web writer metric that measures your website responsiveness to user interactions it tracks the time between the user interaction like clicking a button and the next pan updated on the screen for example this whisker at the front shows a slight input delay between the button click action and when the browser handles the click event this whisker at the back shows a longer presentation delay between the click event and the next UI update reflecting the interactions effect this visus provide visual cues for you to see the end to endend inp timing for an interaction the main track in the performance panel now comes with new connecting arrows these arrows clearly show how events lead to one another making it easier to understand the flow of your performance timeline for example this recalculate Styles event is initiated by schedule style recalculation sometimes the connecting arrows stretch across very long distances making it hard to see no worries clicking the initiator link in the summary tab will conveniently jump you to the corresponding event these are the few common events where you will see the connecting arrows next we have four improvements in the sources panel setting lock points just got easier lock points are like console dolog statements but they don't pollute your code now instead of right clicking simply hold command shift and click a line number to set a lock point this is especially valuable when debugging production code by the way the enable and disable all breakpoints context menu is back in the breakpoint section these handy options allow you to quickly Target all break points across your file saving you time and effort another tiny update did you notice the indentation marker is now on by default this works seamlessly along with Cod folding making it easier to follow the structure of your Cod debugging me minifi code just got easier Dev tools now supports evaluating Source variables directly previously you could only use the minified variables which could be cryptic and hinder understanding for example your typescript code defines two variables named coffee and price during the build process these names get minified to n and O let's set a breakpoint and start debugging now you can direct evaluate coffee in the console and get the correct value previously the console would throw an error even better you can still evaluate the minified variable n you should get the correct value as well the same applies to other def to features like lock points and life Expressions here is a bonus tip did you know there are multiple ways to copy a URL in the network panel in the network panel right click on any request and select copy there are options to copy just one or all urls as C URL Powershell and fetch the copy command is now in your clipboard ready to be pasted edited and run in your desired environment what other copy functions would you like to see do you need a copy as python script option leave your feedback and suggestions in the comments below all right that's all for today head over to our blog and explore all for the latest updates thanks for watching see you soon [Music] ciao
Original Description
Let’s dive into what’s new in DevTools for Chrome 121-123. Learn how to debug disappearing elements, navigate performance with breadcrumbs and more!
Chapters:
0:00 Intro
0:14 Emulate a focused page in Styles tab
1:23 Performance: Breadcrumbs in timeline
2:10 Performance: Enhanced Interactions track to debug INP
3:00 Performance: Event initiators in Main track
3:39 New shortcut to set logpoint
4:02 Option to toggle all breakpoints
4:16 Default indentation markers in Editor
4:28 Enhanced source maps to debug source variables
5:19 Bonus tip: Copy URL as Node.js script and more
Resources:
Interaction to Next Paint → https://goo.gle/3tFrvUe
Chrome 121 → https://goo.gle/495vX0z
Chrome 122 → https://goo.gle/3PqtruQ
Chrome 123 → https://goo.gle/43tyQ9Z
Questions? Tweet to us:
Jecelyn Yeen → https://goo.gle/jecfish
Chrome DevTools → https://goo.gle/chromedevtools
Watch more What's New in DevTools → https://goo.gle/NewInDevTools
Subscribe to Chrome for Developers → https://goo.gle/ChromeDevs
#DevTools #ChromeForDevelopers #Chrome
Speaker: Jecelyn Yeen
Products Mentioned: Chrome
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from Chrome for Developers · Chrome for Developers · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Polymer Performance Patterns (The Polymer Summit 2015)
Chrome for Developers
Polymer Power Tools (The Polymer Summit 2015)
Chrome for Developers
Chrome Dev Summit 2014 – Chrome Case Studies
Chrome for Developers
Web Directions Code 2015 round up
Chrome for Developers
Maintainable Code - HTTP203
Chrome for Developers
iron-ajax… wat?! -- Polycasts #26
Chrome for Developers
The Guardian - Supercharged
Chrome for Developers
ES2015 (next version of JavaScript), Totally Tooling Tips (S2 Ep1)
Chrome for Developers
#AskPolymer: Rob answers all the questions ever -- Polycasts #27
Chrome for Developers
The Future of JavaScript - HTTP203
Chrome for Developers
Data Binding 101 -- Polycasts #28
Chrome for Developers
The Guardian part 2 - Supercharged
Chrome for Developers
The Future of Web Audio: with Chris Wilson and Chris Lowis
Chrome for Developers
Chrome 46: New motion-path animations, client hints and service worker improvements
Chrome for Developers
Sublime Snippets, Totally Tooling Tips (S2 Ep2)
Chrome for Developers
#AskPolymer: How do you make the show? -- Polycasts #29
Chrome for Developers
Critical Path CSS, Totally Tooling Tips (S2 Mini Tip #1)
Chrome for Developers
Binding to Objects -- Polycasts #30
Chrome for Developers
Player FM - Supercharged
Chrome for Developers
Where’s the Designer? #AskPolymer -- Polycasts #31
Chrome for Developers
Jake Beats Wikipedia - HTTP203
Chrome for Developers
Supercharged Observers! -- Polycasts #32
Chrome for Developers
Jai's Web blog - Supercharged
Chrome for Developers
Windows Command-line Tooling, Totally Tooling Tips (S2, Ep4)
Chrome for Developers
What about internationalization? #AskPolymer -- Polycasts #33
Chrome for Developers
Developing for Billions (Chrome Dev Summit 2015)
Chrome for Developers
Google+ Performance Improvement Comparison
Chrome for Developers
Deploying HTTPS: The Green Lock and Beyond (Chrome Dev Summit 2015)
Chrome for Developers
Progressive Web Apps (Chrome Dev Summit 2015)
Chrome for Developers
Instant Loading with Service Workers (Chrome Dev Summit 2015)
Chrome for Developers
Increase Engagement with Web Push Notifications (Chrome Dev Summit 2015)
Chrome for Developers
Engaging with the Real World: Web Bluetooth and Physical Web (Chrome Dev Summit 2015)
Chrome for Developers
Asking for Permission: respectful, opinionated UI (Chrome Dev Summit 2015)
Chrome for Developers
Polymer - State of the Union (Chrome Dev Summit 2015)
Chrome for Developers
Building Progressive Web Apps with Polymer (Chrome Dev Summit 2015)
Chrome for Developers
Introduction to RAIL (Chrome Dev Summit 2015)
Chrome for Developers
DevTools in 2015: Authoring to the max (Chrome Dev Summit 2015)
Chrome for Developers
RAIL in the real world (Chrome Dev Summit 2015)
Chrome for Developers
#ChromeDevSummit talks are up - W00T! -- Polycast #34
Chrome for Developers
V8 Performance from the Driver's Seat (Chrome Dev Summit 2015)
Chrome for Developers
Quantify and improve real-world RAIL (Chrome Dev Summit 2015)
Chrome for Developers
Owning your performance: RAIL (Chrome Dev Summit 2015)
Chrome for Developers
HTTP/2 101 (Chrome Dev Summit 2015)
Chrome for Developers
Leadership Panel (Chrome Dev Summit 2015)
Chrome for Developers
Build Processes, Totally Tooling Tips (S2, Ep 5)
Chrome for Developers
Accessibility (Chrome Dev Summit 2015)
Chrome for Developers
Binding to Arrays -- Polycasts #35
Chrome for Developers
HTTP2 - HTTP203
Chrome for Developers
Chrome 47: Splash Screens, requestIdleCallback and better desktop notifications (New in Chrome)
Chrome for Developers
Call For Submissions - Supercharged
Chrome for Developers
Cross Device Testing, Totally Tooling Tips (S2 Ep6)
Chrome for Developers
Testing AJAX with Web Component Tester -- Polycasts #37
Chrome for Developers
Slack: Extended Xmas Special - Supercharged
Chrome for Developers
Browser testing with Travis & Sauce Labs -- Polycasts #38
Chrome for Developers
Optimize for production with Vulcanize -- Polycasts #39
Chrome for Developers
Highlights from Chrome Dev Summit 2015
Chrome for Developers
Chrome 48: Custom buttons in notifications, DevTools Security panel, and Presentation mode
Chrome for Developers
Crisper: Protecting your Polymer app with CSP -- Polycasts #40
Chrome for Developers
How do I use Sass with Polymer? #AskPolymer -- Polycasts #41
Chrome for Developers
Colors – DevTools Tonight #0 (Pilot)
Chrome for Developers
Related Reads
📰
📰
📰
📰
Why I Stopped Using Copy.ai After Three Months (And What I Switched To Instead)
Medium · AI
The Draft That Sounds Perfect Is Usually the One to Throw Away
Medium · AI
The Draft That Sounds Perfect Is Usually the One to Throw Away
Medium · ChatGPT
Claude vs ChatGPT for Copywriting: I Tested Both with 10 Real Prompts
Medium · ChatGPT
Chapters (10)
Intro
0:14
Emulate a focused page in Styles tab
1:23
Performance: Breadcrumbs in timeline
2:10
Performance: Enhanced Interactions track to debug INP
3:00
Performance: Event initiators in Main track
3:39
New shortcut to set logpoint
4:02
Option to toggle all breakpoints
4:16
Default indentation markers in Editor
4:28
Enhanced source maps to debug source variables
5:19
Bonus tip: Copy URL as Node.js script and more
🎓
Tutor Explanation
DeepCamp AI