Re: [Warzone-dev] [patch] No asserts cheat

2009-01-05 Thread Giel van Schijndel
On Thu, Jan 01, 2009 at 06:22:40PM +0100, Per Inge Mathisen wrote: On Thu, Jan 1, 2009 at 4:26 PM, Dennis Schridde devuran...@gmx.net wrote: Can you not just skip asserts in the debugger? Can you? Ever since the crash handler was added, I always end up in a non-skippable abort inside it

[Warzone-dev] [patch] No asserts cheat

2009-01-01 Thread Per Inge Mathisen
This patch adds a new cheat noassert which turns off asserts. ASSERT calls will still generate log entries, but not take down the program. This is meant for testing that code hit by an assert bug has sufficient error handling that it can survive when compiled without assertions. Which it always

Re: [Warzone-dev] [patch] No asserts cheat

2009-01-01 Thread Per Inge Mathisen
On Thu, Jan 1, 2009 at 3:39 PM, Per Inge Mathisen per.mathi...@gmail.com wrote: This patch adds a new cheat noassert which turns off asserts. ASSERT calls will still generate log entries, but not take down the program. This is meant for testing that code hit by an assert bug has sufficient

Re: [Warzone-dev] [patch] No asserts cheat

2009-01-01 Thread Dennis Schridde
Am Donnerstag, 1. Januar 2009 15:54:26 schrieb Per Inge Mathisen: On Thu, Jan 1, 2009 at 3:39 PM, Per Inge Mathisen per.mathi...@gmail.com wrote: This patch adds a new cheat noassert which turns off asserts. ASSERT calls will still generate log entries, but not take down the program. This

Re: [Warzone-dev] [patch] No asserts cheat

2009-01-01 Thread Per Inge Mathisen
On Thu, Jan 1, 2009 at 4:26 PM, Dennis Schridde devuran...@gmx.net wrote: Can you not just skip asserts in the debugger? Can you? Ever since the crash handler was added, I always end up in a non-skippable abort inside it when trying to skip an assert in the debugger. And there are still

Re: [Warzone-dev] [patch] No asserts cheat

2009-01-01 Thread Dennis Schridde
Am Donnerstag, 1. Januar 2009 18:22:40 schrieb Per Inge Mathisen: On Thu, Jan 1, 2009 at 4:26 PM, Dennis Schridde devuran...@gmx.net wrote: Can you not just skip asserts in the debugger? Can you? Ever since the crash handler was added, I always end up in a non-skippable abort inside it when