Skip to content

Commit

Permalink
取消日志
Browse files Browse the repository at this point in the history
  • Loading branch information
郝晶 authored and 郝晶 committed Jul 3, 2019
1 parent db7113d commit 5331268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bingle/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def stepover(self, watchlist):
self.process.sendline('n')
ret = self.process.expect('\(Pdb\)')
r = self.process.before.strip()
log.info(r)
#log.info(r)

#分离应用输出和PDB输出
index = r.find('> ' + self.process.args[3].decode()) #index之前基本上为应用输出,之后为PDB输出
Expand Down

0 comments on commit 5331268

Please sign in to comment.