about summary refs log tree commit diff stats
path: root/dev
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-02-01 05:09:54 +0000
committerSilvino Silva <silvino@bk.ru>2017-02-01 05:09:54 +0000
commita671b0c01821d46d9f783393b887d7987ec10161 (patch)
tree662a5e7ce5569249b63c9f4925ba4f75b4c44575 /dev
parent34b309e494101f3c5c0113e824d7e0633a2dcb23 (diff)
downloaddoc-a671b0c01821d46d9f783393b887d7987ec10161.tar.gz
added debugging to python
Diffstat (limited to 'dev')
-rw-r--r--dev/python/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev/python/index.html b/dev/python/index.html
index 3fc8ea1..e9b78eb 100644
--- a/dev/python/index.html
+++ b/dev/python/index.html
@@ -9,6 +9,21 @@
 
         <h1>c9 Python</h1>
 
+        <pre>
+        test="/root/data"
+        dir= test + "/other"
+        print(dir)
+        </pre>
+
+        <p>Debugging;</p>
+
+        <pre>
+        import pdb
+        pdb.set_trace()
+        </pre>
+
+        <p>Run your program;</p>
+
         <a href="../index.html">Development Index</a>
         <p>
         This is part of the c9-doc Manual.