On 1 Nov 2019, at 11:35, Eli Zaretskii wrote: > Can you please add: > > . Commit log message formatted according to instructions in > CONTRIBUTE > . Suitable short entry for NEWS about the new options Please see attached updated patch. > Also, I don't see any rationale for changing > python-pdbtrack-stacktrace-info-regexp; can you tell why you needed > that? 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 At this point pdbtracking session can be considered over. And new python-pdbtrack-stacktrace-info-regexp can match such lines with "" or "" as filenames.