Skip to content

Commit e621479

Browse files
don't ignore rc flines by by overwriting rcLines
1 parent 91bdd42 commit e621479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bpdb/debugger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class BPdb(pdb.Pdb):
3333

3434
def __init__(self, *args, **kwargs):
3535
pdb.Pdb.__init__(self, *args, **kwargs)
36-
self.rcLines = []
3736
self.prompt = '(BPdb) '
3837
self.intro = 'Use "B" to enter bpython, Ctrl-d to exit it.'
3938

0 commit comments

Comments
 (0)