[issue6323] Py3.1 pdb doesn't deal well with syntax errors

Andreas Kloeckner report at bugs.python.org
Mon Jun 22 16:11:47 CEST 2009


New submission from Andreas Kloeckner <inform at tiker.net>:

Steps to reprdocue:

1) Debug a program with a syntax error in pdb. 
2) Get the SyntaxError traceback.
3) Hit "q" to quit.
4) Another SyntaxError traceback, and you're back at the Pdb prompt.

----------
components: Library (Lib)
messages: 89599
nosy: inducer
severity: normal
status: open
title: Py3.1 pdb doesn't deal well with syntax errors
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6323>
_______________________________________


More information about the Python-bugs-list mailing list