summaryrefslogtreecommitdiff
path: root/python/testData/debug/test_stepOverCondition.py
blob: 1b41c605af36c972e311580275111648a51d4649 (plain)
1
2
3
4
x = 1
y = 2
y = x + y
print(y)