all repos — mgba @ 676d428f91c57f693c9384ebf6bfa5586293de53

mGBA Game Boy Advance Emulator

Python: Set appropriate debugger context
Vicki Pfau vi@endrift.com
Sat, 29 Jul 2017 22:07:24 -0700
commit

676d428f91c57f693c9384ebf6bfa5586293de53

parent

1dc4790e20cbc949764503c79f7619f573c91fdf

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/python/engine.csrc/platform/python/engine.c

@@ -105,6 +105,7 @@ if (!debugger) {

return; } + mPythonSetDebugger(debugger); mPythonDebuggerEntered(reason, info); } #endif