Skip to content

Commit

Permalink
Generate full debugging info in the pdbs (#2528)
Browse files Browse the repository at this point in the history
* Generate full pdb's

* FullProgramDatabaseFile should be DebugFull too
  • Loading branch information
acoates-ms authored May 24, 2019
1 parent a2c5e41 commit 93fc1cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vnext/Desktop.DLL/React.Windows.Desktop.DLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
Expand Down
2 changes: 1 addition & 1 deletion vnext/Desktop/React.Windows.Desktop.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<PreprocessorDefinitions>_DEBUG;DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
Expand Down
2 changes: 1 addition & 1 deletion vnext/PropertySheets/DynamicLibrary/Release.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<FullProgramDatabaseFile>true</FullProgramDatabaseFile>
<FullProgramDatabaseFile>DebugFull</FullProgramDatabaseFile>
</Link>
</ItemDefinitionGroup>

Expand Down
6 changes: 3 additions & 3 deletions vnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"watch": "node node_modules/@office-iss/sdx-build-tools/watch.js"
},
"disabledTasks": [
"api-doc",
"copy",
"reka",
"jest",
"native-bundle:filtered",
"verify-ts-api",
"api-doc",
"pack-nuget",
"publish-nuget",
"react-test",
"reka",
"trickle",
"ts:amd",
"verify-ts-api",
"webpack"
],
"rnpm": {
Expand Down

0 comments on commit 93fc1cb

Please sign in to comment.