[!] bug fixed: issue #7688 ( dbgIsSessionStart returns false after dbgCreateSession call )

git-svn-id: https://pykd.svn.codeplex.com/svn@57751 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2010-11-18 16:20:12 +00:00
parent 54d2081257
commit 1c7a05bec3

View File

@ -15,6 +15,8 @@ dbgCreateSession()
SetupDebugEngine( client, &dbgGlobalSession ); SetupDebugEngine( client, &dbgGlobalSession );
dbgExt = &dbgGlobalSession; dbgExt = &dbgGlobalSession;
dbgSessionStarted = true;
} }
bool bool