From d1ffc3ff0fba208b29056c3c39ad78062c813114 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Thu, 12 Jan 2017 16:47:06 +0000 Subject: development revision --- dev/python/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dev/python/index.html (limited to 'dev/python') diff --git a/dev/python/index.html b/dev/python/index.html new file mode 100644 index 0000000..3fc8ea1 --- /dev/null +++ b/dev/python/index.html @@ -0,0 +1,24 @@ + + + + + c9 Python + + + Development Index + +

c9 Python

+ + Development Index +

+ This is part of the c9-doc Manual. + Copyright (C) 2016 + c9 team. + See the file Gnu Free Documentation License + for copying conditions.

+ + + + + + -- cgit 1.4.1-2-gfad0 From a671b0c01821d46d9f783393b887d7987ec10161 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Wed, 1 Feb 2017 05:09:54 +0000 Subject: added debugging to python --- dev/python/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'dev/python') 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 @@

c9 Python

+
+        test="/root/data"
+        dir= test + "/other"
+        print(dir)
+        
+ +

Debugging;

+ +
+        import pdb
+        pdb.set_trace()
+        
+ +

Run your program;

+ Development Index

This is part of the c9-doc Manual. -- cgit 1.4.1-2-gfad0