On 2 Nov 2019, at 19:29, Eli Zaretskii wrote: > >> Current python-pdbtrack-stacktrace-info-regexp match only lines with real >> filenames, like: >>> /Users/mad/test.py(3)()->None >> >> Pdb command "next" can bring us to upper stack frame, like: >>> (1)()->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.