debug调试中,在watch窗口
@LINE@ watches中可以换行
示例:
total = 0@LINE@for i in range(5):@LINE@ a=2@LINE@ total+=a*i@LINE@print(total)
debug调试中,在watch窗口
@LINE@ watches中可以换行
示例:
total = 0@LINE@for i in range(5):@LINE@ a=2@LINE@ total+=a*i@LINE@print(total)