diff --git a/pwndbg/exception.py b/pwndbg/exception.py index 4c2849408..a6801b3b3 100644 --- a/pwndbg/exception.py +++ b/pwndbg/exception.py @@ -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')