##// END OF EJS Templates
Backport PR #9947: Add set_trace to core debugger....
Backport PR #9947: Add set_trace to core debugger. This PR adds a `set_trace` method to `IPython.core.debugger` to mirror the functionality of `IPython.terminal.debugger`. See 9940 for a discussion. Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>

File last commit:

r2732:60cab731
r23134:fd4a15ce
Show More
__init__.py
2 lines | 78 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
"""This directory is meant for IPython extensions."""