Any D plugins for recent Xcode?
Dan Olson via Digitalmars-d
digitalmars-d at puremagic.com
Sat Apr 18 10:30:05 PDT 2015
Just checking to see if anybody has D and Xcode playing together nicely.
This may be the last hurdle to jump for enjoyable D use with iOS. I
finally figured out a recipe to use symbolic debugging on armv7, but
being able to click in source code to set breakpoints would be more fun
that typing b [long D mangled symbol] in lldb console. Also made
progress last week with building universal runtime/phobos (lipo) to
support either iphonesim (i386) or hardware device (armv7). This will
allow D development without iOS hardware once I work it into the LDC
cmake process.
--
Dan
More information about the Digitalmars-d
mailing list