| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| index 7b2ed41a756fee9c502dbdac2d017dc43d200b9e..fb6e6622081617c69ccbc12f9e2c72cab24e2f06 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/ImportAfter/NaCl.override.props
|
| @@ -12,7 +12,7 @@
|
| <!-- setup default debugging parameters -->
|
| <PropertyGroup>
|
| <LocalDebuggerCommand>$(CHROME_PATH)</LocalDebuggerCommand>
|
| - <LocalDebuggerCommandArguments Condition="$(Configuration) == 'Debug'">--enable-nacl-debug --no-sandbox localhost:$(NaClWebServerPort)/$(NaClIndexHTML) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| - <LocalDebuggerCommandArguments Condition="$(Configuration) != 'Debug'">localhost:$(NaClWebServerPort)/$(NaClIndexHTML) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl</LocalDebuggerCommandArguments>
|
| + <LocalDebuggerCommandArguments Condition="$(Configuration) == 'Debug'">--enable-nacl-debug --no-sandbox http://localhost:$(NaClWebServerPort)/$(NaClIndexHTML) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl --no-first-run</LocalDebuggerCommandArguments>
|
| + <LocalDebuggerCommandArguments Condition="$(Configuration) != 'Debug'">http://localhost:$(NaClWebServerPort)/$(NaClIndexHTML) --user-data-dir="$(ProjectDir)/chrome_data" --enable-nacl --no-first-run</LocalDebuggerCommandArguments>
|
| </PropertyGroup>
|
| </Project>
|
|
|