On Monday, 19 November 2018 at 10:04:25 UTC, willo wrote:
Im trying to get MSVC to debug my binary. I've added...

"dflags": ["-g"],

at the top level in dub.json to try and get LDC to generate debug info. But doesnt seem to have done anything.

I guess you need `-g` for the `lflags` too, assuming dub uses LDC for linking.

Reply via email to