|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netcoreapp2.0</TargetFramework> |
5 | 5 | <RuntimeIdentifier>cosmos</RuntimeIdentifier> |
6 | | - <Profile>VMware</Profile> |
| 6 | + <Profile>Bochs</Profile> |
7 | 7 | <BinFormat>ELF</BinFormat> |
8 | 8 | <StackCorruptionDetectionEnabled>True</StackCorruptionDetectionEnabled> |
9 | 9 | <StackCorruptionDetectionLevel>MethodFooters</StackCorruptionDetectionLevel> |
|
19 | 19 | <_DebugMode>Source</_DebugMode> |
20 | 20 | <_IgnoreDebugStubAttribute>False</_IgnoreDebugStubAttribute> |
21 | 21 | <_PxeInterface>192.168.211.1</_PxeInterface> |
22 | | - <Description>Use VMware Player or Workstation to deploy and debug.</Description> |
23 | | - <Launch>VMware</Launch> |
| 22 | + <Description>Use Bochs emulator to deploy and debug.</Description> |
| 23 | + <Launch>Bochs</Launch> |
24 | 24 | <VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort> |
25 | | - <EnableGDB>False</EnableGDB> |
26 | | - <StartCosmosGDB>False</StartCosmosGDB> |
| 25 | + <EnableGDB>True</EnableGDB> |
| 26 | + <StartCosmosGDB>True</StartCosmosGDB> |
27 | 27 | <VMware_StackCorruptionDetectionEnabled>True</VMware_StackCorruptionDetectionEnabled> |
28 | 28 | <VMware_StackCorruptionDetectionLevel>MethodFooters</VMware_StackCorruptionDetectionLevel> |
29 | 29 | <VMware_Description>Use VMware Player or Workstation to deploy and debug.</VMware_Description> |
|
34 | 34 | <VMware_IgnoreDebugStubAttribute>False</VMware_IgnoreDebugStubAttribute> |
35 | 35 | <VMware_VisualStudioDebugPort>Pipe: Cosmos\Serial</VMware_VisualStudioDebugPort> |
36 | 36 | <VMware_PxeInterface>192.168.211.1</VMware_PxeInterface> |
37 | | - <VMware_EnableGDB>True</VMware_EnableGDB> |
38 | | - <VMware_StartCosmosGDB>True</VMware_StartCosmosGDB> |
| 37 | + <VMware_EnableGDB>False</VMware_EnableGDB> |
| 38 | + <VMware_StartCosmosGDB>False</VMware_StartCosmosGDB> |
39 | 39 | <Bochs_StackCorruptionDetectionEnabled>True</Bochs_StackCorruptionDetectionEnabled> |
40 | 40 | <Bochs_StackCorruptionDetectionLevel>MethodFooters</Bochs_StackCorruptionDetectionLevel> |
41 | 41 | <Bochs_Description>Use Bochs emulator to deploy and debug.</Bochs_Description> |
|
0 commit comments