diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-01 05:09:54 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-01 05:09:54 +0000 |
commit | a671b0c01821d46d9f783393b887d7987ec10161 (patch) | |
tree | 662a5e7ce5569249b63c9f4925ba4f75b4c44575 /dev/python/index.html | |
parent | 34b309e494101f3c5c0113e824d7e0633a2dcb23 (diff) | |
download | doc-a671b0c01821d46d9f783393b887d7987ec10161.tar.gz |
added debugging to python
Diffstat (limited to 'dev/python/index.html')
-rw-r--r-- | dev/python/index.html | 15 |
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. |