www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - lldb on os x: can't display stack variable

reply yawniek <dlang srtnwz.com> writes:
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`.
May 01 2016
parent Jack Stouffer <jack jackstouffer.com> writes:
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
May 04 2016