On Tuesday, 13 December 2022 at 11:24:01 UTC, WebFreak001 wrote: > > how are you compiling your app? If you run dmd manually, make > sure to include the `-g` flag to enable debugging symbols > (needed for debugging) Thanks, that was the problem. Solved with `-g` flag.