Skip to content

Commit

Permalink
More info doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jun 4, 2015
1 parent 66b1077 commit 6d97473
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/commands/info.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
Info
====

**info** [ *info-subcommand* ]

Get information on the program being debugged.

You can give unique prefix of the name of a subcommand to get
information about just that subcommand.

Type `info` for a list of info subcommands and what they do. Type help
`info *` for just a list of info subcommands.

.. toctree::
:maxdepth: 1

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/set.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _set:

**set* [ *set-subcommand* ]
**set** [ *set-subcommand* ]

Modifies parts of the debugger environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/entry-exit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Put these lines in a file::

A copy of the above can be found `here <https://github.com/rocky/python2-trepan/blob/master/PYTHONSTARTUP/pythonrc>`_. I usually put these line in `$HOME/.pythonrc`. Set the environment variable *PYTHONSTARTUP* to `$HOME/.pythonrc`.

After doing this, when you run `python -i` you should see on entry the *print* message from the file. For example;
After doing this, when you run `python -i` you should see on entry the *print* message from the file. For example:

.. code:: console
Expand Down

0 comments on commit 6d97473

Please sign in to comment.