mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
not set trace in main.py
This commit is contained in:
parent
0b0fb6d0c8
commit
6ab496bed0
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user