| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent de5492d commit 92a9c80
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,9 +27,8 @@ | |||
| 27 | 27 | // set to Python.Runtime's public key token. (sn -T Python.Runtin.dll) | |
| 28 | 28 | #define USE_PYTHON_RUNTIME_PUBLIC_KEY_TOKEN | |
| 29 | 29 | ||
| 30 | - // If DEBUG_PRINT is defined, a few System.Console.WriteLine calls are made | ||
| 31 | - // to indicate what's going on during the load... | ||
| 32 | - #define DEBUG_PRINT | ||
| 30 | + // If DEBUG_PRINT is defined in the Build Properties, a few System.Console.WriteLine | ||
| 31 | + // calls are made to indicate what's going on during the load... | ||
| 33 | 32 | //============================================================================ | |
| 34 | 33 | ||
| 35 | 34 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,7 @@ | |||
| 62 | 62 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'"> | |
| 63 | 63 | <DebugSymbols>true</DebugSymbols> | |
| 64 | 64 | <OutputPath>bin\x86\DebugWin\</OutputPath> | |
| 65 | - <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
| 65 | + <DefineConstants>TRACE;DEBUG;DEBUG_PRINT</DefineConstants> | ||
| 66 | 66 | <DebugType>full</DebugType> | |
| 67 | 67 | <PlatformTarget>x86</PlatformTarget> | |
| 68 | 68 | <ErrorReport>prompt</ErrorReport> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments