We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eeb33 commit feb003aCopy full SHA for feb003a
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