##// END OF EJS Templates
Fix `up` through generators in postmortem debugger...
Fix `up` through generators in postmortem debugger By passing the lowest traceback element into the debugger, we require it to use frame.f_back to find older frames. However, f_back is always None for generator frames. By providing a higher-up traceback element, pdb can traverse down the traceback.tb_next links, which do work correctly across generator calls. Furthermore, pdb will not do the right thing if it is provided with a frame/traceback pair that do not correspond to each other - it will duplicate parts of the callstack. Instead, we provide None as a frame, which will cause the debugger to start at the deepest frame, which is the desired behavior here.

File last commit:

r22623:6a6ea02b
r24590:67eed532
Show More
index.rst
31 lines | 676 B | text/x-rst | RstLexer

=================
IPython shortcuts
=================

Available shortcut in IPython terminal.

.. warning::

This list is automatically generated, and may not hold all the available
shortcut. In particular, it may depends on the version of ``prompt_toolkit``
installed during the generation of this page.


Single Filtered shortcuts
=========================

.. csv-table::
:header: Shortcut,Filter,Description
:widths: 30, 30, 100
:delim: tab
:file: single_filtered.csv


Multi Filtered shortcuts
=========================

.. csv-table::
:header: Shortcut,Filter,Description
:widths: 30, 30, 100
:delim: tab
:file: multi_filtered.csv