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: Andrii Kolomoiets
Subject: Re: python: Let pdb tracking not kill buffers
Date: Sat, 2 Nov 2019 20:51:13 +0200

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.

Attachment: 0001-python.el-Pdbtracking-improvements.patch
Description: Binary data


reply via email to

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