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 wrote:
> Hi,
>
> Is it possible to have p
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
-