Andreas,

This is the first Python 3 script of any substance I have debugged using
pudb.

I just wrote a trivial script in Python 3 and it did *not* display this
behavior.  Running without the '-m pudb' on the command line worked
correctly--breakpoint encountered, source code displayed.

On Mon, Jan 20, 2020 at 5:53 PM Andreas Kloeckner <[email protected]>
wrote:

> David Carson <[email protected]> writes:
> > I am trying to debug a Python 3 script.  When I add a 'set_trace()' call
> > and then run the script normally, the breakpoint is hit but there is no
> > source code displayed.  I am running the script in the directory where
> the
> > script is located.
>
> Interesting. I've never seen this happen. Does this occur for any Py3
> script you attempt to debug?
>
> Andreas
>
_______________________________________________
Pudb mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to