Jacob Carlborg <d...@me.com> writes: > On 2014-10-15 08:50, Dan Olson wrote: > >> Then there are all the tool related things that might hinder D use on >> iOS. Things such as no source level debugging > > I think I have used Xcode to debug a D application.
Specifically here I mean LDC targeted to arm-ios. The linker complains about the generated debug info and I end up stepping through D in arm assembly. -- dano