Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 2.27 KB

File metadata and controls

44 lines (30 loc) · 2.27 KB
title Console integration
description Console integration in the Microsoft Edge Developer Tools extension for Visual Studio Code.
author MSEdgeTeam
ms.author msedgedevrel
ms.topic article
ms.service microsoft-edge
ms.date 10/06/2022

Console integration

In the Edge DevTools tab's Console tool in Visual Studio Code with this extension, you can do everything that you can do when using Microsoft Edge DevTools inside the browser.

The DevTools Console inside the extension as an own tab

You can:

Console side-by-side with other tools

You can use the Console alongside the Elements tool, by opening the Console in the lower panel of the Edge DevTools tab:

The DevTools Console inside the extension alongside the elements tool

Console during Run and Debug

If you launch the DevTools extension from the Run and Debug workflow, the Debug Console of Visual Studio Code gives you most of the functions of the Edge DevTools tab's Console tool, but without filtering options, and with a more basic results display than the Edge DevTools tab's Console tool:

The DevTools Console is available when the extension is launched from a Run and Debug workflow

See also