Stepping filter: test (PY-18493)

This commit is contained in:
Elizaveta Shashkova
2016-02-17 19:27:50 +03:00
parent fd3acdc643
commit 0034352126
2 changed files with 40 additions and 0 deletions
@@ -0,0 +1,7 @@
from test_my_code import foo
a = 1
foo(a)
stopped_in_user_file = True
b = 2