On Wednesday, 7 July 2021 at 12:07:26 UTC, rikki cattermole wrote:

With ldc you can turn on address sanitizer which will give you that information (and a LOT more!) without a debugger (but you still need -g).

http://johanengelen.github.io/ldc/2017/12/25/LDC-and-AddressSanitizer.html

compiling with ldc2 "just works"! thanks for the hint ;)

Reply via email to