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