emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: python: Let pdb tracking not kill buffers


From: Eli Zaretskii
Subject: Re: python: Let pdb tracking not kill buffers
Date: Thu, 07 Nov 2019 18:57:10 +0200

> From: Andrii Kolomoiets <address@hidden>
> Date: Sat, 2 Nov 2019 20:51:13 +0200
> Cc: address@hidden
> 
> On 2 Nov 2019, at 19:29, Eli Zaretskii <address@hidden> wrote:
> > 
> >> Current python-pdbtrack-stacktrace-info-regexp match only lines with real
> >> filenames, like:
> >>> /Users/mad/test.py(3)<module>()->None
> >> 
> >> Pdb command "next" can bring us to upper stack frame, like:
> >>> <stdin>(1)<module>()->None
> > 
> > OK, but the change in that variable should be called out in the log
> > entry, so please add that, together with the explanation above.  Maybe
> > also add a comment before the variable to explain what it needs to
> > match.
> 
> Explanation is added to python-pdbtrack-stacktrace-info-regexp docstring.
> 
> >> +*** New user option 'python-pdbtrack-kill-buffers'.
> >> +If nil, buffers opened during pdbtracking session is not killed when
> >                                                     ^^
> > "are", plural.
> 
> Fixed.

Thanks, pushed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]