[migration/pdb] add option to use pdb.post_mortem if traceback is provided
Post mortem is a mode where the pdb shell is opened **where** the exception as
occured instead at the breakpoint for set_trace. This is way more useful for
debugging for the user because is will have the full context of the error.
Closes #17219827
.. -*- coding: utf-8 -*-
Writing text reports with RestructuredText
==========================================
|cubicweb| offers several text formats for the RichString type used in schemas,
including restructuredtext.
Three additional restructuredtext roles are defined by |cubicweb|:
.. autofunction:: cubicweb.ext.rest.eid_reference_role
.. autofunction:: cubicweb.ext.rest.rql_role
.. autofunction:: cubicweb.ext.rest.bookmark_role