<br>I had stopped using the PyWin debugger, back in 2.3, because of numerous problems, and unexpected things happening.<br>Now, in 2.4.3 I had tried ti again, but still have the same old problems.<br><br>I have a script which justs iterates through text files, countng lines, and functions, and subs, of another language
<br>Pretty basic iteration, no recursion, no generators.<br><br>The script runs wel, but isn't counting certain lines, so it's a minor logic problem.<br>I want to set some breakpoints to see whats going on. However, when I set breakpoints, the debugger never stops there.
<br>The only place it stops is a the breakpoint in main.<br><br>I can't even step through the program after the breakpoint in main.<br>The debugger jsut exits the program. No exceptions are thrown, and remember the&nbsp; script runs well on the command line.
<br><br><span style="font-weight: bold;">Also the debugging toolbar dissappears from time to time, and I have to re-enable it.</span><br>This is one of the same problems I have since 2.2 days, as well as the breakpoints not working.
<br><br><br>I have tried starting the program in &quot;Step Throuhg the debugger', and &quot;Run in the debugger&quot; modes.<br><br>Has anyone been able to use this debugger effectively?<br>