Python: Set appropriate debugger context
Vicki Pfau vi@endrift.com
Sat, 29 Jul 2017 22:07:24 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/python/engine.c
→
src/platform/python/engine.c
@@ -105,6 +105,7 @@ if (!debugger) {
return; } + mPythonSetDebugger(debugger); mPythonDebuggerEntered(reason, info); } #endif