Skip to content

Commit

Permalink
WASM Playground config: use --debug
Browse files Browse the repository at this point in the history
Added, but will not work until Flutter 3.27.0 is released.
  • Loading branch information
rydmike committed Nov 13, 2024
1 parent 38d1d0e commit 912406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .run/Example5 WASM - Playground.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Example5 WASM - Playground" type="FlutterRunConfigurationType" factoryName="Flutter">
<option name="additionalArgs" value="--wasm --release" />
<option name="additionalArgs" value="--wasm --debug" />
<option name="filePath" value="$PROJECT_DIR$/example/lib/example5_themes_playground/main.dart" />
<method v="2" />
</configuration>
Expand Down

0 comments on commit 912406f

Please sign in to comment.