瀏覽代碼

Portable PDB so IPA's logger shows line numbers

Zingabopp 5 年之前
父節點
當前提交
1dc97fd237
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>