summaryrefslogtreecommitdiff
path: root/plugins/python
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-02-01 10:12:54 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-02-01 10:12:54 (GMT)
commit0c847f961a99d8e8012beecad27cf4318df1ff88 (patch)
treee73689b844184f272267ae54ac27a6e826410478 /plugins/python
parent14e82ed268cb78d62bbba93357fede5ece5c4f7d (diff)
Provided a debug module for Python plugins using the PyGObject API.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@232 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/python')
-rw-r--r--plugins/python/exectracer/exectracer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/python/exectracer/exectracer.py b/plugins/python/exectracer/exectracer.py
index 2773586..ddeff75 100644
--- a/plugins/python/exectracer/exectracer.py
+++ b/plugins/python/exectracer/exectracer.py
@@ -16,3 +16,4 @@ class ExecTracer(Plugin):
"""Be notify about debugger attaching or detaching."""
print "Python Hello !"
+ print debugger