0
0
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:
Ken Manheimer 2003-05-01 21:07:32 +00:00
parent 595adce09b
commit 2448f1b655

View File

@ -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