From: yyagi Date: Mon, 18 Jun 2018 14:12:47 +0000 (+0900) Subject: #xxxxx FDK内のメモリリークを検出しやすいようなトレースコードを追加。ただし注釈化しているので機能しません。 X-Git-Tag: Release113~19 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=73bdee70a5aa313b2ab64b05fe7a4c09cffbacf8;p=dtxmania%2Fdtxmania.git #xxxxx FDK内のメモリリークを検出しやすいようなトレースコードを追加。ただし注釈化しているので機能しません。 --- diff --git a/FDK/コード/01.フレームワーク/Core/Game.cs b/FDK/コード/01.フレームワーク/Core/Game.cs index 2dee62f8..5681ece3 100644 --- a/FDK/コード/01.フレームワーク/Core/Game.cs +++ b/FDK/コード/01.フレームワーク/Core/Game.cs @@ -189,6 +189,8 @@ namespace SampleFramework #if DEBUG //Configuration.DetectDoubleDispose = true; Configuration.EnableObjectTracking = true; + //Configuration.EnableTrackingReleaseOnFinalizer = true; + //Configuration.EnableReleaseOnFinalizer = true; #else //Configuration.DetectDoubleDispose = false; Configuration.EnableObjectTracking = false;