-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug symbols aren't linked properly #23
Comments
This should be as simple as building with debug info |
That's what I thought, but my breakpoints don't seem to be working in Xcode (they do in the Playdate examples Xcode projects) |
Ah actually you're right, I was only adding -g to clang not swiftc. Now it works great 👌 Would be nice to set the simulator as the scheme executable to auto-attach, but then the build needs to either happen in:
|
Made some progress adding
|
The text was updated successfully, but these errors were encountered: