Quellcode durchsuchen

Portable PDB so IPA's logger shows line numbers

Zingabopp vor 5 Jahren
Ursprung
Commit
1dc97fd237
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      SongBrowserPlugin/SongBrowser.csproj

+ 1 - 1
SongBrowserPlugin/SongBrowser.csproj

@@ -18,7 +18,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <PlatformTarget>AnyCPU</PlatformTarget>
     <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
+    <DebugType>pdbonly</DebugType>
     <Optimize>false</Optimize>
     <OutputPath>bin\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>