I feel like this onError thing is meant to be overridable by importing core.exception too, but I don't see that in the source. The linker-based override definately works today though!
Re: Throwing InvalidMemoryOperationError
Adam D. Ruppe via Digitalmars-d Thu, 04 Jun 2015 10:46:43 -0700
If int 3 doesn't work for some reason btw, you could always just
deliberately write to a null pointer and trigger a segfault in
the overridden function, would have the same result in the
debugger.
- Throwing InvalidMemoryOperationErro... Etienne via Digitalmars-d
- Re: Throwing InvalidMemoryOper... Etienne Cimon via Digitalmars-d
- Re: Throwing InvalidMemory... Adam D. Ruppe via Digitalmars-d
- Re: Throwing InvalidMe... Etienne Cimon via Digitalmars-d
- Re: Throwing Inval... Adam D. Ruppe via Digitalmars-d
- Re: Throwing ... Etienne Cimon via Digitalmars-d
- Re: Throwing InvalidMemoryOper... Adam D. Ruppe via Digitalmars-d
- Re: Throwing InvalidMemory... Adam D. Ruppe via Digitalmars-d
- Re: Throwing InvalidMe... Etienne Cimon via Digitalmars-d
- Re: Throwing Inval... Adam D. Ruppe via Digitalmars-d
- Re: Throwing ... Etienne Cimon via Digitalmars-d
- Re: Throwing ... Etienne Cimon via Digitalmars-d
- Re: Throw... Steven Schveighoffer via Digitalmars-d
