I have been waiting for this!
Enjoying this series!
So having followed this one, I did find GPU Frame Capture in the options of my Run scheme in Xcode. Enabling/disabling it doesn't seem to make much of a difference, and honestly I'm not sure if there was a problem in the first place. I did notice that running the executable in Xcode seems to use about 50% more memory than running it without Xcode, which is interesting. Looking forward to the rest of this series!
Hey Ted, really appreciate the work you've put into documenting all of this! I'm having a bit of trouble with using xcode as the debugger. I've went over the steps multiple times and (I think) I have everything set up exactly as it is in the video (other than using a slightly older version of xcode, 9.2). Sadly, no matter what I do Xcode ignores any breakpoints set in the main file. I can run and then pause the debugger, and step into the code fine from that point. I can also set a breakpoint with lldb in the console while paused, un-pause, and that all works fine too. But any breakpoints set in the actual file in Xcode are ignored. Is there anywhere you would suggest looking to try and figure this out?
@bitwitch