=============================
translation.reverse\_debugger
=============================

* **name:** reverse\_debugger

* **description:** Give an executable that writes a log file for reverse
  debugging

* **command-line:** --revdb

* **command-line for negation:** --no-revdb

* **option type:** boolean option

* **default:** False

* **requirements:**

  + `translation.split_gc_address_space`_ must be set to 'True'

  + `translation.jit`_ must be set to 'False'

  + `translation.gc`_ must be set to 'boehm'

  + `translation.continuation`_ must be set to 'False'

.. _translation.jit: translation.jit.html
.. _translation.split\_gc\_address\_space: translation.split_gc_address_space.html
.. _translation.gc: translation.gc.html
.. _translation.continuation: translation.continuation.html

