rdmd -g --build-only
implicitly looses debug info
#427
Labels
OS.OSX
Related to a Mac OSX-specific behavior (excluding iOS derivatives)
Prio.3.Normal
A bug that is neither a blocker nor a regression
T.RDMD
Issues that apply only to rdmd
Type.Enhancement
An 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
dwarfdump
output seems correct but the debugger (lldb in my case) seems not to be able to link it to the source code (e.g.b _Dmain
gives ASM output.)The text was updated successfully, but these errors were encountered: