Handle internal debugger exception and add ability to investigate problems in PY-12064

This commit is contained in:
Elizaveta Shashkova
2015-10-05 17:27:20 +03:00
parent b36bf96b61
commit 61d50ec27b
2 changed files with 2 additions and 1 deletions

View File

@@ -2222,6 +2222,7 @@ if __name__ == '__main__':
f = setup['file']
fix_app_engine_debug = False
debugger = PyDB()
try:
import pydev_monkey
@@ -2309,7 +2310,6 @@ if __name__ == '__main__':
except:
pass # It's ok not having stackless there...
debugger = PyDB()
is_module = setup['module']
if fix_app_engine_debug: