From 4fcf3cc74b221f589fb65e3bb8aa76341d0203ec Mon Sep 17 00:00:00 2001
From: Brian Demsky <bdemsky@uci.edu>
Date: Wed, 18 Jul 2012 11:08:10 -0700
Subject: [PATCH] toss a place for useful information

---
 DEBUGGINGNOTES.txt | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 DEBUGGINGNOTES.txt

diff --git a/DEBUGGINGNOTES.txt b/DEBUGGINGNOTES.txt
new file mode 100644
index 00000000..1a114f11
--- /dev/null
+++ b/DEBUGGINGNOTES.txt
@@ -0,0 +1,3 @@
+To run inside MacOS under gdb you need:
+set dont-handle-bad-access 1
+handle SIGBUS nostop noprint
-- 
2.34.1