mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Enable frame evaluation debugging back after stepping and disable it if exception breakpoints were added. It also contains some renames and extracting of code for breakpoints handling.
6 lines
46 B
Python
6 lines
46 B
Python
i = 0
|
|
while True:
|
|
print(i)
|
|
i = i + 1
|
|
|