debugger: add a cut-down version of the dumpers for python

This commit is contained in:
hjk
2010-04-27 08:53:18 +02:00
parent 34db4fd335
commit 6bb7b6176f
9 changed files with 246 additions and 25 deletions

View File

@@ -4,6 +4,7 @@ def square(a):
return a
def cube(a):
l = [1, 2, 4]
x = square(a)
x = x * a
x = x + 1