summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--liboctopus/python/demos/adc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/liboctopus/python/demos/adc.py b/liboctopus/python/demos/adc.py
index 9ff7725..1436c58 100644
--- a/liboctopus/python/demos/adc.py
+++ b/liboctopus/python/demos/adc.py
@@ -1,5 +1,7 @@
from octopus import *
import time
+import pdb
+#pdb.set_trace()
op=octopus_context()