-
-
Notifications
You must be signed in to change notification settings - Fork 149
rdmd -g --build-only implicitly looses debug info #427
Copy link
Copy link
Open
Labels
OS.OSXRelated to a Mac OSX-specific behavior (excluding iOS derivatives)Related to a Mac OSX-specific behavior (excluding iOS derivatives)Prio.3.NormalA bug that is neither a blocker nor a regressionA bug that is neither a blocker nor a regressionT.RDMDIssues that apply only to rdmdIssues that apply only to rdmdType.EnhancementAn improvement to an existing functionalityAn improvement to an existing functionality
Metadata
Metadata
Assignees
Labels
OS.OSXRelated to a Mac OSX-specific behavior (excluding iOS derivatives)Related to a Mac OSX-specific behavior (excluding iOS derivatives)Prio.3.NormalA bug that is neither a blocker nor a regressionA bug that is neither a blocker nor a regressionT.RDMDIssues that apply only to rdmdIssues that apply only to rdmdType.EnhancementAn improvement to an existing functionalityAn improvement to an existing functionality
Transferred from: https://issues.dlang.org/show_bug.cgi?id=8173
User @thelastmammoth reported (2012-May-31 02:23:50):
User @CyberShadow responded (2013-Mar-10 01:17:44):
Tried this today on OSX and could reproduce the issue. The
dwarfdumpoutput seems correct but the debugger (lldb in my case) seems not to be able to link it to the source code (e.g.b _Dmaingives ASM output.)