mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
Slightly more lenient pdbtrack prompt recognition, for people who use
eg "pdb>".
This commit is contained in:
parent
595adce09b
commit
2448f1b655
@ -483,7 +483,7 @@ prospect as debugging continues.")
|
||||
"^> \\(.*\\)(\\([0-9]+\\))\\([?a-zA-Z0-9_]+\\)()"
|
||||
"Regular expression pdbtrack uses to find a stack trace entry.")
|
||||
|
||||
(defconst py-pdbtrack-input-prompt "\n[(<]+pdb[>)]+ "
|
||||
(defconst py-pdbtrack-input-prompt "\n[(<]*pdb[>)]+ "
|
||||
"Regular expression pdbtrack uses to recognize a pdb prompt.")
|
||||
|
||||
(defconst py-pdbtrack-track-range 10000
|
||||
|
Loading…
Reference in New Issue
Block a user