What's New in DevTools (Microsoft Edge 101)

To check out the latest features of Microsoft Edge DevTools and the Microsoft Edge DevTools extension for Microsoft Visual Studio Code and Visual Studio, read these announcements.

To stay up to date and get the latest DevTools features, download an Insiders preview version of Microsoft Edge. Whether you're on Windows, Linux, or macOS, consider using Canary (or another preview channel) as your default development browser. The Beta, Dev, and Canary versions of Microsoft Edge run as separate apps, side-by-side with the stable, released version of Microsoft Edge. See Microsoft Edge Insider Channels.

For the latest announcements, follow the Microsoft Edge team on Twitter. To report a problem with DevTools or ask for a new feature, file an issue in the MicrosoftEdge/DevTools repo.

The Console tool is now available in Visual Studio Code

The Console is one of the most popular tools in DevTools. You can now access the Console tool in the Microsoft Edge Developer Tools extension for Visual Studio Code. This integrated DevTools Console allows you to see your log messages right next to your code. Using the Console, you can also:

You can use the Console as the main tool, or use it together with the Elements and Network tools.

The Console tool in the main toolbar of the Microsoft Edge DevTools extension for Visual Studio Code:

The Console tool in the main toolbar of the Microsoft Edge DevTools extension for Visual Studio Code

The Console tool in the Drawer of the Microsoft Edge DevTools extension for Visual Studio Code:

The Console tool in the Drawer of the Microsoft Edge DevTools extension for Visual Studio Code

For more information, see Console integration.

Source maps are now cached with IndexedDB

In previous versions of Microsoft Edge, if you were hosting large source map files on your server or in Azure Artifacts symbol server, DevTools would fetch these source maps every time the page refreshed. Fetching these source maps repeatedly created more network requests for DevTools, and slowed down debugging.

In Microsoft Edge 101, DevTools caches source maps by using IndexedDB. When you refresh the page, source maps are now served from the IndexedDB cache, instead of being requested again from your server or the Azure Artifacts symbol server. Use the Load status column in the Source Maps Monitor tool to verify that source maps are being loaded from the cache. To clear the IndexedDB cache and force DevTools to reload source maps, run the Clear source maps cache command in the Command Menu.

When you first load the webpage, the Source Maps Monitor tool shows that the source maps aren't cached yet:

Source Maps Monitor tool, upon first load

When you reload the webpage, the Source Maps Monitor tool shows that the cached source maps are used:

Source Maps Monitor tool, upon second load

Tracking pending network requests when exporting HAR files

In Microsoft Edge 101, the new Status text column has been added to the Network tool. The Status text column provides human-readable equivalent messages for the HTTP status codes that are reported in the Status column.

In addition, a new setting has been added to the Network tool: Include pending requests in HAR file. If you need to record Pending network requests when exporting a HAR file in the Network tool, turn on the Include pending requests in HAR file setting. The Status text column will now include the (pending) state for any pending network requests.

The "Status text" column in the Network tool

To learn more about the available columns in the request log, see Network features reference > Add or remove columns.

Updated UI and camera controls in 3D View

In Microsoft Edge 101, the 3D View tool has two new buttons: Pan view (The 'Pan view' icon) and Rotate view (The 'Rotate view' icon). Use these buttons to switch between panning around the canvas or rotating the canvas. Click the Pan view or Rotate view button, and then drag in the desired direction with your mouse, or use the arrow keys.

The UI now provides a more uniform and intuitive experience. The panes are organized more clearly, and accessibility issues have been fixed.

Updated UI and camera controls in 3D View

See Navigate webpage layers, z-index, and DOM using the 3D View tool.

Switching themes no longer requires reloading DevTools

In previous versions of Microsoft Edge, switching themes in DevTools required reloading DevTools to apply the new theme. In Microsoft Edge 101, you can quickly try different themes without having to reload DevTools.

Switching themes without reloading DevTools

For more information about using themes from Visual Studio Code in DevTools, see Apply a color theme to DevTools.

Announcements from the Chromium project

Microsoft Edge 101 also includes the following updates from the Chromium project: