From 84250a8ab697c44c8fa220268c3f3c5c0f9723e6 Mon Sep 17 00:00:00 2001
From: "SND\\EreTIk_cp" <SND\EreTIk_cp@9b283d60-5439-405e-af05-b73fd8c4d996>
Date: Fri, 2 Sep 2011 16:41:45 +0000
Subject: [PATCH] [~] reload before output registers

git-svn-id: https://pykd.svn.codeplex.com/svn@69519 9b283d60-5439-405e-af05-b73fd8c4d996
---
 samples/watchDog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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