settrace has a bunch of parameters, one of them is 'suspend', so, you
should be able to do: pydevd.settrace(suspend=False) and have it not
stop when it's called (if that's what you wanted).

Cheers,

Fabio

On Mon, Mar 14, 2011 at 11:55 AM, Kenneth Loafman <[email protected]> wrote:
> Hi,
>
> Is it possible to have pydevd.settrace() continue on to the breakpoints you
> have set in the code?  I'm fighting a timing issue between a couple of
> python tasks and the breakpoint at the first line after settrace() makes
> this issue disappear.
>
> ...Thanks,
> ...Ken
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> Pydev-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to