mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[!] 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:
parent
54d2081257
commit
1c7a05bec3
@ -15,6 +15,8 @@ dbgCreateSession()
|
|||||||
|
|
||||||
SetupDebugEngine( client, &dbgGlobalSession );
|
SetupDebugEngine( client, &dbgGlobalSession );
|
||||||
dbgExt = &dbgGlobalSession;
|
dbgExt = &dbgGlobalSession;
|
||||||
|
|
||||||
|
dbgSessionStarted = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user