.. index:: info; line .. _info_line: Info Line --------- **info line** [*location*] Show line information for location *location*. If no location is given, use the the current stopped line. Examples ++++++++ :: (trepan3k) info line Line 3 of "/tmp/python3-trepan/test/example/multi-line.py" starts at offset 0 of and contains 2 instructions There are multiple starting offsets this line. Other starting offsets: 4 of (trepan3k) info line 5 Line 5 of "/tmp/python3-trepan/test/example/multi-line.py" starts at offset 16 of and contains 7 instructions .. seealso:: :ref:`info program `, :ref:`info frame ` and :ref:`help syntax location `.