<br>
<br>
I've just started using Eric3 on Windows.<br>
<br>
Nice IDE and lots of features, but the program I was running&nbsp; raises an exception when I step through the code.<br>
<br>
However, when&nbsp; I run my program on the cmd line as in ...<br>
<br>
python mypro.py argument&nbsp; <br>
<br>
It runs without exceptions.<br>
<br>
When I run my program from the IDE, but without stepping through it, my program also runs without exceptions.<br>
<br>
<br>
I've supplied the same argument in all three cases.<br>
<br>
I suppose there is some obscure configuration feature I may not be
aware of, but I can't say I've ever encountered this with other
debuggers/langauges.<br>
<br>
Can anyone explain why this is occuring?<br>
<br>
thanks<br>