mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.2.x] fixed : issue #11651 ( dbgCommand("a") hangs up )
git-svn-id: https://pykd.svn.codeplex.com/svn@83098 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
f6c7926ad6
commit
27fd6ad3b7
@ -1558,9 +1558,6 @@ HRESULT STDMETHODCALLTYPE DebugEngine::StartInput(
|
|||||||
|
|
||||||
g_dbgEng->control->ReturnInput ( s.c_str() );
|
g_dbgEng->control->ReturnInput ( s.c_str() );
|
||||||
|
|
||||||
//python::object sys = python::import( "sys" );
|
|
||||||
//python::object sysstdin = sys.attr("stdin");
|
|
||||||
//sys.attr("stdin") = python::object( DbgIn() );
|
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user