forked from qt-creator/qt-creator
debugger: make parts of python debugger work again with the new states
This commit is contained in:
@@ -46,8 +46,8 @@ def testMath():
|
||||
print cube(5)
|
||||
|
||||
def main():
|
||||
#testMath()
|
||||
testApp()
|
||||
testMath()
|
||||
#testApp()
|
||||
return 0
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user