Skip to content

Instantly share code, notes, and snippets.

View nickmeinhold's full-sized avatar

Nick Meinhold nickmeinhold

  • Melbourne, Australia
View GitHub Profile
@loic-sharma
loic-sharma / tutorial.md
Last active April 8, 2023 04:49
How to debug the Flutter engine on Windows

How to debug the Flutter engine on Windows

Let's say your app is misbehaving because of a Flutter engine bug. Let's debug that!

Use Visual Studio to run your app

Let's open your app using Visual Studio:

  1. Run flutter build windows to ensure Flutter has generated a Visual Studio project for your app.
  2. Open ./build/windows/ALL_BUILD.vcxproj in Visual Studio. This project builds the native entry point for your Flutter app.