debugger: make parts of python debugger work again with the new states

This commit is contained in:
hjk
2010-07-23 16:05:56 +02:00
parent 97775d9cf9
commit 3cee7dad0a
5 changed files with 342 additions and 286 deletions

View File

@@ -46,8 +46,8 @@ def testMath():
print cube(5)
def main():
#testMath()
testApp()
testMath()
#testApp()
return 0
if __name__ == '__main__':