summaryrefslogtreecommitdiff
path: root/python/testData/debug/test_stepOverCondition.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/debug/test_stepOverCondition.py')
-rw-r--r--python/testData/debug/test_stepOverCondition.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/testData/debug/test_stepOverCondition.py b/python/testData/debug/test_stepOverCondition.py
new file mode 100644
index 000000000000..1b41c605af36
--- /dev/null
+++ b/python/testData/debug/test_stepOverCondition.py
@@ -0,0 +1,4 @@
+x = 1
+y = 2
+y = x + y
+print(y) \ No newline at end of file