Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include debug (symbols) builds of photos/druntime? #19429

Open
dlangBugzillaToGithub opened this issue May 2, 2018 · 3 comments
Open

Include debug (symbols) builds of photos/druntime? #19429

dlangBugzillaToGithub opened this issue May 2, 2018 · 3 comments

Comments

@dlangBugzillaToGithub
Copy link

Manu reported this on 2018-05-02T00:14:45Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=18817

CC List

  • Rainer Schuetze

Description

I'd really love it if the Windows DMD distribution would include debug (with symbols) builds of druntime+phobos. At least for the COFF libs (32/64).

I often find myself wanting to step into phobos or druntime code while debugging, but the libs have no symbols!

Just put 'd' on the end of the filenames.
@dlangBugzillaToGithub
Copy link
Author

turkeyman commented on 2018-05-02T00:19:07Z

It might also need a command line arg to select which default library to use (parallel to the current crt options)?

@dlangBugzillaToGithub
Copy link
Author

r.sagitario commented on 2018-05-07T06:18:40Z

The Visual D custom project type has the linker option to build a "private" version of the runtime with the options of the project, especially useful for creating a debug version. This is not available with the VC project system, though.

@dlangBugzillaToGithub
Copy link
Author

turkeyman commented on 2018-05-07T18:14:35Z

Is there a reason not to include one in the windows install bundle? It would complement the standard windows runtime library distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant