diff --git a/pwndbg/__init__.py b/pwndbg/__init__.py index 6f9db901a..22d3a40b8 100644 --- a/pwndbg/__init__.py +++ b/pwndbg/__init__.py @@ -99,8 +99,8 @@ set print pretty on set width 0 set print elements 15 set input-radix 16 -handle SIGALRM print nopass -handle SIGSEGV stop print nopass +handle SIGALRM nostop print nopass +handle SIGSEGV stop print nopass """.strip() % prompt for line in pre_commands.strip().splitlines():