Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.19 KB

File metadata and controls

28 lines (22 loc) · 1.19 KB
title Debug WebView2 apps
description Learn how to debug WebView2 controls.
author MSEdgeTeam
ms.author msedgedevrel
ms.topic conceptual
ms.prod microsoft-edge
ms.technology webview
ms.date 09/15/2021

Debug WebView2 apps

Debug web code in WebView2 apps by using Microsoft Edge DevTools, Microsoft Visual Studio, or Microsoft Visual Studio Code. Use these tools to debug both web code and native code.

WebView2 apps combine the best of web and native app development features and tools. When you develop your WebView2 app, you test the app by debugging it.

See also