[Issue 18527] New: lldb: `frame variable` works with ldc2, not with dmd
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 26 20:07:45 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18527
Issue ID: 18527
Summary: lldb: `frame variable` works with ldc2, not with dmd
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: timothee.cour2 at gmail.com
```
dmd -g main.d
lldb main
b some_function
r
fr v
```
doesn't show any local variable
it works with s/dmd/ldc2
--
More information about the Digitalmars-d-bugs
mailing list