forked from qt-creator/qt-creator
		
	debugger: add a cut-down version of the dumpers for python
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user