mirror of https://github.com/mgba-emu/mgba.git
Python: Set appropriate debugger context
This commit is contained in:
parent
1dc4790e20
commit
676d428f91
|
@ -105,6 +105,7 @@ void mPythonScriptDebuggerEntered(struct mScriptEngine* se, enum mDebuggerEntryR
|
|||
return;
|
||||
}
|
||||
|
||||
mPythonSetDebugger(debugger);
|
||||
mPythonDebuggerEntered(reason, info);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue