Fix typo in exception-verbose parameter

pull/798/head
disconnect3d 6 years ago
parent 64f75c9508
commit b5775f73fc

@ -22,7 +22,7 @@ try:
except ImportError:
pass
verbose = pwndbg.config.Parameter('exception-verbose', False, 'whether to print a full stacktracefor exceptions raised in Pwndbg commands')
verbose = pwndbg.config.Parameter('exception-verbose', False, 'whether to print a full stacktrace for exceptions raised in Pwndbg commands')
debug = pwndbg.config.Parameter('exception-debugger', False, 'whether to debug exceptions raised in Pwndbg commands')

Loading…
Cancel
Save