Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72580

Re: Missing stack frames?

References <87fvjlv22v.fsf@vostro.rath.org>
Date 2014-06-04 12:35 +1000
Subject Re: Missing stack frames?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.10671.1401849345.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Jun 4, 2014 at 12:30 PM, Nikolaus Rath <Nikolaus@rath.org> wrote:
> I've instrumented one of my unit tests with a conditional
> 'pdb.set_trace' in some circumstances (specifically, when a function is
> called by a thread other than MainThread).

I think the likelihood of this being an issue with interactive
debugging and threads is sufficiently high that you should avoid
putting the two together, at least until you can verify that the same
problem occurs without that combination.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Missing stack frames? Chris Angelico <rosuav@gmail.com> - 2014-06-04 12:35 +1000

csiph-web