| commit | 1aa2e09bdbd413eacb677e9fa4b50630530d0656 | [log] [tgz] |
|---|---|---|
| author | Tor Norbye <tnorbye@google.com> | Wed Aug 20 17:01:23 2014 -0700 |
| committer | Tor Norbye <tnorbye@google.com> | Wed Aug 20 17:01:23 2014 -0700 |
| tree | 2f4cc6d69645bd460aa253fdecb606d764fbd25d | |
| parent | 02cf98d65c798d368fcec43ed64a001d513bdd4f [diff] [blame] |
Snapshot idea/138.1696 from git://git.jetbrains.org/idea/community.git Change-Id: I50c97b83a815ce635e49a38380ba5b8765e4b16a
diff --git a/python/testData/debug/test_stepOverCondition.py b/python/testData/debug/test_stepOverCondition.py new file mode 100644 index 0000000..1b41c60 --- /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