<div class="gmail_quote">On 14 April 2012 03:14, Francois Chabot <span dir="ltr"><<a href="mailto:francois.chabot.dev@gmail.com">francois.chabot.dev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Friday, 13 April 2012 at 21:29:37 UTC, Walter Bright wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 4/13/2012 4:07 AM, Timon Gehr wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://dlang.org/phobos/core_exception.html" target="_blank">http://dlang.org/phobos/core_<u></u>exception.html</a><br>
deprecated void setAssertHandler(<u></u>errorHandlerType h);<br>
<br>
Why is it deprecated?<br>
</blockquote>
<br>
Never found a use for it.<br>
</blockquote>
<br></div></div>
All I want, and I can guarantee that this is what Manu wants as well, is the ability to squeeze an asm { int 3; } or equivalent so that I can drop into my debugger at the point of assertion failure before the stack unwinds.<br>

</blockquote></div><br><div>Indeed, but I also want to produce some log output. A dialog box is nice too, so artists can choose to 'ignore' and programmers can 'debug'.</div>