NotNull pointers
Walter Bright
newshound2 at digitalmars.com
Wed Aug 31 14:57:44 PDT 2011
On 8/31/2011 1:38 PM, Robert Clipsham wrote:
> On 31/08/2011 21:02, Walter Bright wrote:
>> On 8/31/2011 4:46 AM, Steven Schveighoffer wrote:
>>> Seg faults are not as useful as asserts. It's a fact.
>>
>> You might be surprised, then, that I'll often temporarily replace an
>> assert with a HLT instruction so I can use a debugger on it :-)
>
> What's wrong with 'b _d_assert'? (for gdb at least)
Nothing. Just more than one way to do things.
More information about the Digitalmars-d
mailing list