array index out of bound may not throw exception?

Kagamin spam at here.lot
Fri Jul 28 04:24:42 UTC 2023


On Friday, 21 July 2023 at 23:40:44 UTC, mw wrote:
> Is there a way to let it report on the spot when it happens?

On linux if you catch an exception and call abort, the debugger 
will show you where abort was called, on windows you can call 
DebugBreak function, the debugger will show where it was called.


More information about the Digitalmars-d-learn mailing list