array index out of bound may not throw exception?

Andrew andrewlalisofficial at gmail.com
Sat Jul 22 11:23:36 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?

The best way is to wrap your thread's main function in a 
try-catch block and just print whatever error/exception is caught.



More information about the Digitalmars-d-learn mailing list