Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40665

debugging with idle

From Dirk Zabel <dzabel@snafu.de>
Newsgroups comp.lang.python
Subject debugging with idle
Date 2013-03-06 23:30 +0100
Message-ID <appucqFiaghU1@mid.uni-berlin.de> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

debugging with idle Dirk Zabel <dzabel@snafu.de> - 2013-03-06 23:30 +0100
  Re: debugging with idle Terry Reedy <tjreedy@udel.edu> - 2013-03-06 19:17 -0500

csiph-web