Skip to content

Commit

Permalink
Work around variables in the current frame being unreachable in lldb.
Browse files Browse the repository at this point in the history
See
https://developer.apple.com/library/mac/releasenotes/DeveloperTools/RN-X
code/Chapters/xc6_release_notes.html#//apple_ref/doc/uid/TP40001051-CH4-
DontLinkElementID_23, Known Issues > Debugger.
  • Loading branch information
joshaber committed Apr 16, 2015
1 parent dc7d601 commit e8b0f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Few.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "-Xfrontend -serialize-debugging-options";
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -1024,6 +1025,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.3;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_SWIFT_FLAGS = "-Xfrontend -serialize-debugging-options";
SDKROOT = macosx;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down

0 comments on commit e8b0f45

Please sign in to comment.