We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6195f commit e2199b7Copy full SHA for e2199b7
1 file changed
bpdb/debugger.py
@@ -35,7 +35,7 @@ def __init__(self):
35
36
def postloop(self):
37
# We only want to show the intro message once.
38
- #self.intro = None
+ self.intro = None
39
pdb.Pdb.postloop(self)
40
41
### cmd.Cmd commands
0 commit comments