diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:22:36 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:22:36 +0200 |
commit | ecb1524f8da7901338b263384fed3c612f117b4c (patch) | |
tree | e7e06423fe27ea5ab45f27fc4b39ae597ba72490 /zen/debug_minidump.h | |
parent | 5.10 (diff) | |
download | FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.gz FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.tar.bz2 FreeFileSync-ecb1524f8da7901338b263384fed3c612f117b4c.zip |
5.11
Diffstat (limited to 'zen/debug_minidump.h')
-rw-r--r-- | zen/debug_minidump.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/zen/debug_minidump.h b/zen/debug_minidump.h index 4ef0106e..2ef43039 100644 --- a/zen/debug_minidump.h +++ b/zen/debug_minidump.h @@ -14,13 +14,12 @@ /* Better std::bad_alloc --------------------- -overwrite "operator new" to automatically write mini dump and get info about bytes requested - -1. Compile "debug_new.cpp" +overwrite "operator new" to automatically write mini dump and get info about bytes requested: +1. Compile "debug_minidump.cpp" Minidumps http://msdn.microsoft.com/en-us/library/windows/desktop/ee416349(v=vs.85).aspx ---------------------------------------------------------------------------------------- -1. Compile "debug_new.cpp" +1. Compile "debug_minidump.cpp" 2. Compile "release" build with: - C/C++ -> General: Debug Information Format: "Program Database" (/Zi). - C/C++ -> Optimization: Omit Frame Pointers: No (/Oy-) - avoid call stack mess up! |