##// END OF EJS Templates
Update test_magic.py
Quentin Peter -
Show More
@@ -606,7 +606,7 b' def test_debug_magic():'
606 In [1]: with PdbTestInput(['c']):
606 In [1]: with PdbTestInput(['c']):
607 ...: %debug print("a b")
607 ...: %debug print("a b")
608 ...:
608 ...:
609 NOTE: Enter 'c' at the ipdb> prompt to continue execution.
609 ...
610 ipdb> c
610 ipdb> c
611 a b
611 a b
612 In [2]:
612 In [2]:
General Comments 0
You need to be logged in to leave comments. Login now