This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dzabel
Recipients dzabel
Date 2013-03-07.23:37:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362699424.02.0.620617948783.issue17382@psf.upfronthosting.co.za>
In-reply-to
Content
When debugging with IDLE with checkbox "Source" enabled, the source window highlights the current line only when the source window is activated. If one of the buttons of the IDLE debug window is pressed ("Step", "Over" or "Out"), the source window is no longer active and the highlighting of the current line disappears. This makes stepwise execution quite boring.

This effect seems to be os specific. I found it on Windows XP SP3 and Windows 7 X64 SP1 both with Python 3.2 and Python 3.3.
I tried both Python 3.2 and Python 3.3 on Ubuntu 12.4 LTS, and the problem did not show up.
So it seems to be a windows-only problem.
History
Date User Action Args
2013-03-07 23:37:04dzabelsetrecipients: + dzabel
2013-03-07 23:37:04dzabelsetmessageid: <1362699424.02.0.620617948783.issue17382@psf.upfronthosting.co.za>
2013-03-07 23:37:04dzabellinkissue17382 messages
2013-03-07 23:37:03dzabelcreate