not use settrace

This commit is contained in:
lyon 2022-01-30 12:37:28 +08:00
parent 33a275a6b4
commit 8b0f47e5a6

View File

@ -8,9 +8,9 @@ from PikaObj import *
pkdb = PikaDebug.Debuger()
# i = 0
# while i < 10:
# i = i + 1
# print('i :' + str(i))
# pkdb.set_trace()
i = 0
while i < 10:
i = i + 1
print('i :' + str(i))
# pkdb.set_trace()