On Wednesday, 15 February 2017 at 18:22:53 UTC, Adam D. Ruppe wrote:
On Wednesday, 15 February 2017 at 18:19:18 UTC, aberba wrote:
Trying to find it but working with a debugger in D is not straight forward. Not yo talk of interpretating the debugger output.

On linux it is pretty easy. Just compile with `-g` to dmd and run the program in gdb. Run till it crashes and it should tell you the file and line of where.

Thanks, will try and see.

Reply via email to