Debug symbols from libs not being linked on windows

Hipreme msnmancini at hotmail.com
Wed Jan 19 02:31:31 UTC 2022


I have separated my project in a bunch of modules to be compiled 
separated. But it seems I have lost my debugging power since 
then. I would like to know if there is any workaround beside not 
using it as a lib.

I'm using it from dub and it is has the debug options on them:
```
"buildOptions": [
		"debugMode",
		"debugInfo",
		"debugInfoC"
	],
```

And on every lib too.


More information about the Digitalmars-d-learn mailing list