Re: lldb on os x: can't display stack variable

2016-05-04 Thread Jack Stouffer via Digitalmars-d-debugger
On Sunday, 1 May 2016 at 10:17:23 UTC, yawniek wrote: is there a way to make lldb work on os x? Short answer: no. There is something wrong with the debug info on OS X that's essentially broken: https://issues.dlang.org/show_bug.cgi?id=14927

lldb on os x: can't display stack variable

2016-05-01 Thread yawniek via Digitalmars-d-debugger
is there a way to make lldb work on os x? if i set breakpoints lldb stops but i can't display anything with `stack variables`.