forked from qt-creator/qt-creator
		
	debugger: some python polishing
This commit is contained in:
		| @@ -5,6 +5,11 @@ def square(a): | ||||
|  | ||||
| def cube(a): | ||||
|     l = [1, 2, 4] | ||||
|     t = (1, 2, 3) | ||||
|     d = {1: 'one', 2: 'two', 'three': 3} | ||||
|     s = u'unixcode' | ||||
|     x = xrange(1, 10) | ||||
|     b = buffer("xxx") | ||||
|     x = square(a) | ||||
|     x = x * a | ||||
|     x = x + 1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user