digitalmars.D - Phobos .pdb file included in build?
- Manu (5/5) Jan 09 2014 Is it possible to include the druntime and phobos debug builds with the
- Jacob Carlborg (6/11) Jan 09 2014 That has been asked several times before, nothing has happened yet.
- Benjamin Thaut (7/12) Jan 09 2014 I would also highly appreciate this. The very first thing I do after
Is it possible to include the druntime and phobos debug builds with the windows DMD distro in the future? Maybe phobos_d.lib and druntime_d.lib? MS provide debug versions of their libs, and it can be very helpful. It's really annoying to debug problems extending from the standard libraries without them.
Jan 09 2014
On 2014-01-09 16:06, Manu wrote:Is it possible to include the druntime and phobos debug builds with the windows DMD distro in the future? Maybe phobos_d.lib and druntime_d.lib? MS provide debug versions of their libs, and it can be very helpful. It's really annoying to debug problems extending from the standard libraries without them.That has been asked several times before, nothing has happened yet. Probably a pull request is needed. It might get easier to create a pull request when we have a completely automatic way of create the releases. -- /Jacob Carlborg
Jan 09 2014
Am 09.01.2014 16:06, schrieb Manu:Is it possible to include the druntime and phobos debug builds with the windows DMD distro in the future? Maybe phobos_d.lib and druntime_d.lib? MS provide debug versions of their libs, and it can be very helpful. It's really annoying to debug problems extending from the standard libraries without them.I would also highly appreciate this. The very first thing I do after every release, is building debug versions of phobos and druntime. You can even make dmd automatically link against the debug version if the -debug switch is used by adding the -debuglib parameter to the sc.ini Kind Regards Benjamin Thaut
Jan 09 2014