Debugging Promises with DevTools
Stay organized with collections
Save and categorize content based on your preferences.
In this episode, Addy and Matt walk through how to debug ES6 Promises using the
brand new Promises debugger in Chrome DevTools.
Depending on your version of Chrome, you may need to enable the Promises
inspector. Open DevTools settings - Experiments, check the Promise
inspector, and then restart DevTools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[],["Addy and Matt demonstrate debugging ES6 Promises with Chrome DevTools' Promises debugger. The process involves potentially enabling the Promise inspector within DevTools' settings under Experiments, which may require a restart of DevTools. It's also noted that the Promise inspector support has been removed in some versions of Chrome. The instructions can be found by following a link to Google Developers Channel.\n"]]