Inform about `exception-debugger` on exceptions (#501)

Instead of hiding this feature just for devs who reads our dev guide or just knows that this exists lets make pwndbg development great again and show this command to the world!
pull/502/head
Disconnect3d 8 years ago committed by GitHub
parent f2ebe4bce0
commit b392843d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -68,7 +68,9 @@ def handle(name='Error'):
print(message.notice('For more info invoke `') +
message.hint('set exception-verbose on') +
message.notice('` and rerun the command'))
message.notice('` and rerun the command\nor debug it by yourself with `') +
message.hint('set exception-debugger on') +
message.notice('`'))
# Break into the interactive debugger
if debug:

Loading…
Cancel
Save