.. link: .. description: .. tags: .. date: 2013/08/18 00:00:00 .. title: NINJA-IDE .. slug: debugger .. class:: alert alert-info pull-top .. contents:: *Module:* `debugger.py `_ API =========================================================================== No description. *Imports:* ------------ - `bdb `_ - `__future__.absolute_import `_ *Class:* `Debugger(bdb.Bdb) `_ ---------------------------------------------------------------------------------------------------------------- .. code:: python class Debugger(bdb.Bdb): No description. *Function:* `__init__(breakpoints) [at ln:24] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def __init__(breakpoints): No description. ---- *Function:* `run(code) [at ln:31] `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: python def run(code): No description.