Skip to content

Commit 07eb607

Browse files
committed
Add DebugType=full to TestJVM.csproj
Workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=51175
1 parent 16329ef commit 07eb607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestJVM/TestJVM.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1515
<DebugSymbols>true</DebugSymbols>
16+
<DebugType>full</DebugType>
1617
<OutputPath>..\..\bin\TestDebug</OutputPath>
1718
<ErrorReport>prompt</ErrorReport>
1819
<DefineTrace>false</DefineTrace>

0 commit comments

Comments
 (0)