Show line numbers in an IDE

4500
1
08-20-2013 01:32 PM
PaulHuffman
Occasional Contributor III
Is there a way to toggle line numbers on the display of a script in either Pythonwin or IDLE to help in debugging?  Both have an Edit>Goto Line which is great. Is that enough?
Tags (2)
0 Kudos
1 Reply
DarrenWiens2
MVP Honored Contributor
In PythonWin, the line numbers are always "on", but the margins annoyingly default to push them off-screen.

Bring them back by: View->Options->Editor Tab->Line Numbers (Margins Widths) = 10.
0 Kudos