Enable debugging for guess.

This commit is contained in:
Matthijs ter Woord 2016-06-11 16:09:59 -04:00
parent 76605da1dd
commit d8d30ec9b5

View file

@ -31,7 +31,7 @@
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute> <IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
<Deployment>ISO</Deployment> <Deployment>ISO</Deployment>
<Launch>Bochs</Launch> <Launch>Bochs</Launch>
<DebugEnabled>False</DebugEnabled> <DebugEnabled>True</DebugEnabled>
<TraceAssemblies>All</TraceAssemblies> <TraceAssemblies>All</TraceAssemblies>
<PXE_Deployment>PXE</PXE_Deployment> <PXE_Deployment>PXE</PXE_Deployment>
<PXE_Launch>None</PXE_Launch> <PXE_Launch>None</PXE_Launch>
@ -136,7 +136,7 @@
<Bochs_Deployment>ISO</Bochs_Deployment> <Bochs_Deployment>ISO</Bochs_Deployment>
<Bochs_Launch>Bochs</Bochs_Launch> <Bochs_Launch>Bochs</Bochs_Launch>
<Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole> <Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
<Bochs_DebugEnabled>False</Bochs_DebugEnabled> <Bochs_DebugEnabled>True</Bochs_DebugEnabled>
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled> <Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
<Bochs_DebugMode>IL</Bochs_DebugMode> <Bochs_DebugMode>IL</Bochs_DebugMode>
<Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute> <Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute>
@ -179,6 +179,8 @@
<User001_EnableBochsDebug>False</User001_EnableBochsDebug> <User001_EnableBochsDebug>False</User001_EnableBochsDebug>
<USB_StackCorruptionDetectionEnabled>False</USB_StackCorruptionDetectionEnabled> <USB_StackCorruptionDetectionEnabled>False</USB_StackCorruptionDetectionEnabled>
<USB_EnableBochsDebug>False</USB_EnableBochsDebug> <USB_EnableBochsDebug>False</USB_EnableBochsDebug>
<StackCorruptionDetectionLevel>AllInstructions</StackCorruptionDetectionLevel>
<Bochs_StackCorruptionDetectionLevel>AllInstructions</Bochs_StackCorruptionDetectionLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<Profile>Bochs</Profile> <Profile>Bochs</Profile>
@ -197,7 +199,7 @@
<IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute> <IgnoreDebugStubAttribute>False</IgnoreDebugStubAttribute>
<Deployment>ISO</Deployment> <Deployment>ISO</Deployment>
<Launch>Bochs</Launch> <Launch>Bochs</Launch>
<DebugEnabled>False</DebugEnabled> <DebugEnabled>True</DebugEnabled>
<TraceAssemblies>All</TraceAssemblies> <TraceAssemblies>All</TraceAssemblies>
<PXE_Deployment>PXE</PXE_Deployment> <PXE_Deployment>PXE</PXE_Deployment>
<PXE_Launch>None</PXE_Launch> <PXE_Launch>None</PXE_Launch>
@ -308,7 +310,7 @@
<Bochs_Deployment>ISO</Bochs_Deployment> <Bochs_Deployment>ISO</Bochs_Deployment>
<Bochs_Launch>Bochs</Bochs_Launch> <Bochs_Launch>Bochs</Bochs_Launch>
<Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole> <Bochs_ShowLaunchConsole>False</Bochs_ShowLaunchConsole>
<Bochs_DebugEnabled>False</Bochs_DebugEnabled> <Bochs_DebugEnabled>True</Bochs_DebugEnabled>
<Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled> <Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled>
<Bochs_DebugMode>IL</Bochs_DebugMode> <Bochs_DebugMode>IL</Bochs_DebugMode>
<Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute> <Bochs_IgnoreDebugStubAttribute>False</Bochs_IgnoreDebugStubAttribute>
@ -351,6 +353,8 @@
<User001_EnableBochsDebug>False</User001_EnableBochsDebug> <User001_EnableBochsDebug>False</User001_EnableBochsDebug>
<USB_StackCorruptionDetectionEnabled>False</USB_StackCorruptionDetectionEnabled> <USB_StackCorruptionDetectionEnabled>False</USB_StackCorruptionDetectionEnabled>
<USB_EnableBochsDebug>False</USB_EnableBochsDebug> <USB_EnableBochsDebug>False</USB_EnableBochsDebug>
<StackCorruptionDetectionLevel>AllInstructions</StackCorruptionDetectionLevel>
<Bochs_StackCorruptionDetectionLevel>AllInstructions</Bochs_StackCorruptionDetectionLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Content Include="Cosmos.bxrc"> <Content Include="Cosmos.bxrc">