Skip to content

Commit

Permalink
Fix ugly rst blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebarbaruiva authored and gotcha committed Jun 23, 2020
1 parent 59afac8 commit cab7827
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Example usage:
result = ipdb.runcall(function, arg0, arg1, kwarg='foo')
result = ipdb.runeval('f(1,2) - 3')
Arguments for `set_trace`
+++++++++++++++++++++++++

Expand All @@ -45,15 +46,19 @@ which in turn has priority over the setup config file. Currently, only context s
is available.

A valid setup.cfg is as follows
```
[ipdb]
context=5
```

::

[ipdb]
context=5


A valid .ipdb is as follows
```
context=5
```

::

context=5


The post-mortem function, ``ipdb.pm()``, is equivalent to the magic function
``%debug``.
Expand Down

0 comments on commit cab7827

Please sign in to comment.