Python: Set appropriate debugger context

This commit is contained in:
Vicki Pfau 2017-07-29 22:07:24 -07:00
parent 1dc4790e20
commit 676d428f91
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ void mPythonScriptDebuggerEntered(struct mScriptEngine* se, enum mDebuggerEntryR
return;
}
mPythonSetDebugger(debugger);
mPythonDebuggerEntered(reason, info);
}
#endif