diff --git a/samples/watchDog.py b/samples/watchDog.py index 670cb15..4274303 100644 --- a/samples/watchDog.py +++ b/samples/watchDog.py @@ -72,8 +72,8 @@ class ExceptionHandler(debugEvent): dprintln("\nFirst chance : " + str( exceptData["FirstChance"] )) - dprintln( "\n " + dbgCommand( "r" ) ) dbgCommand( ".reload" ) + dprintln( "\n " + dbgCommand( "r" ) ) dprintln( dbgCommand( "kb" ) ) return DEBUG_STATUS_BREAK