From da88e347f7e1b828f6ebee2753117c666f4dd97d Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Fri, 22 May 2015 21:25:41 -0400 Subject: [PATCH] Update __init__.py --- pwndbg/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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():