Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables producing a full PDB out of the splash app #27

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

CarlosNihelton
Copy link
Collaborator

A bare bones Flutter app on Windows is made of the flutter_windows.dll (provided by the framework) and the application runner executable compiled with Visual Studio build tools, with the build system (aka solutions and vcxproj files) generated by a set of CMakelists.txt files.

Program debug database is supplied for the dll, but not for the application runner. Enabling the build system to generate it requires one-line addition to enable it, per instructions found in this comment on Flutter repository.

@CarlosNihelton CarlosNihelton marked this pull request as ready for review August 2, 2022 15:02
@toktamis toktamis merged commit ea04f92 into main Aug 3, 2022
@toktamis toktamis deleted the app-pdb-deeng-354 branch August 3, 2022 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants