Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!pnx.dk!fu-berlin.de!uni-berlin.de!not-for-mail From: Dirk Zabel Newsgroups: comp.lang.python Subject: debugging with idle Date: Wed, 06 Mar 2013 23:30:48 +0100 Lines: 17 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de oogAbvHMuN8F5S1o4fPpEADSYcw59HY9HdIPsGAgfc2UBCQSNuSDjirzif2VyL User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 X-Antivirus: avast! (VPS 130306-0, 06.03.2013), Outbound message X-Antivirus-Status: Clean Xref: csiph.com comp.lang.python:40665 Hi, I am trying to debug a script using the idle debug control. I want to see the current source line which is executed, so I select the "Source" checkbox. If I step through the program, the editor window with the source is popping up, but the current source line is not marked. Only If I activate the source window by clicking on the window top, the marker appears. This I have to repeat for every step: click on "step" button, click on source window, click on "step" button, click on source window ... very boring. The problem occurs with python 3.3 on Windows XP SP3 as well as on Windows 7 X64, SP1. Running python 3.2 on Ubuntu 12.4 LTE the problem does not come up. Here the currently executed line stays marked regardless whether the source window is active or not. Any help is welcome. Regards Dirk