www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18527] New: lldb: `frame variable` works with ldc2, not with

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 puremagic.com
          Reporter: timothee.cour2 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

--
Feb 26 2018