On Tuesday, July 9, 2013 8:47:10 AM UTC-6, iOSDude wrote:

> Hi,
>
> Still pretty new to Spyder (which I am loving btw). When I start the 
> debugger I'd like it to run until it hits the first breakpoint. Out of the 
> box the debugger stops at the top of my file which means that I then have 
> to hit "Continue" to actually get to that first breakpoint.
>
> Am I missing something simple or is "Run to 1st bkpt" not implemented?
>

No, you aren't missing anything. This is the standard behavior of pdb, the 
Python debugging engine. I would hesitate to have Spyder deviate from this 
since there are many users who are accustomed to pdb behaving this way. 
Just something to get used to.

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to