aboutsummaryrefslogtreecommitdiff
path: root/iPhone/GTMUIView+SubtreeDescription.h
diff options
context:
space:
mode:
Diffstat (limited to 'iPhone/GTMUIView+SubtreeDescription.h')
-rw-r--r--iPhone/GTMUIView+SubtreeDescription.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/iPhone/GTMUIView+SubtreeDescription.h b/iPhone/GTMUIView+SubtreeDescription.h
index 627298a..e713d3d 100644
--- a/iPhone/GTMUIView+SubtreeDescription.h
+++ b/iPhone/GTMUIView+SubtreeDescription.h
@@ -17,6 +17,13 @@
//
#import <UIKit/UIKit.h>
+// This entire file, and the corresponding .m is similar to, and predates
+// Apple's recursiveDescription, used like so:
+//
+// (lldb) po [[self view] recursiveDescription]
+//
+// As documented in Technical Note TN2239 iOS Debugging Magic.
+
// This entire file, and the corresponding .m is DEBUG only.
// But you can define INCLUDE_UIVIEW_SUBTREE_DESCRIPTION to no-zero to override.
#if DEBUG || INCLUDE_UIVIEW_SUBTREE_DESCRIPTION