Show More
@@ -423,7 +423,7 b' class ExecutionMagics(Magics):' | |||||
423 | @no_var_expand |
|
423 | @no_var_expand | |
424 | @line_cell_magic |
|
424 | @line_cell_magic | |
425 | @needs_local_scope |
|
425 | @needs_local_scope | |
426 |
def debug(self, line= |
|
426 | def debug(self, line="", cell=None, local_ns=None): | |
427 | """Activate the interactive debugger. |
|
427 | """Activate the interactive debugger. | |
428 |
|
428 | |||
429 | This magic command support two ways of activating debugger. |
|
429 | This magic command support two ways of activating debugger. | |
@@ -870,8 +870,9 b' class ExecutionMagics(Magics):' | |||||
870 |
|
870 | |||
871 | return stats |
|
871 | return stats | |
872 |
|
872 | |||
873 |
def _run_with_debugger( |
|
873 | def _run_with_debugger( | |
874 |
|
|
874 | self, code, code_ns, filename=None, bp_line=None, bp_file=None, local_ns=None | |
|
875 | ): | |||
875 | """ |
|
876 | """ | |
876 | Run `code` in debugger with a break point. |
|
877 | Run `code` in debugger with a break point. | |
877 |
|
878 |
General Comments 0
You need to be logged in to leave comments.
Login now