mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[~] reload before output registers
git-svn-id: https://pykd.svn.codeplex.com/svn@69519 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
8596f87b72
commit
84250a8ab6
@ -72,8 +72,8 @@ class ExceptionHandler(debugEvent):
|
|||||||
|
|
||||||
dprintln("\nFirst chance : " + str( exceptData["FirstChance"] ))
|
dprintln("\nFirst chance : " + str( exceptData["FirstChance"] ))
|
||||||
|
|
||||||
dprintln( "\n " + dbgCommand( "r" ) )
|
|
||||||
dbgCommand( ".reload" )
|
dbgCommand( ".reload" )
|
||||||
|
dprintln( "\n " + dbgCommand( "r" ) )
|
||||||
dprintln( dbgCommand( "kb" ) )
|
dprintln( dbgCommand( "kb" ) )
|
||||||
|
|
||||||
return DEBUG_STATUS_BREAK
|
return DEBUG_STATUS_BREAK
|
||||||
|
Loading…
Reference in New Issue
Block a user