Stop debugger from debugging its own errors and if any(e in error for e in ["KeyboardInterrupt", "SystemExit", "GeneratorExit"]): # Non-compiler errors .. Skip Crtl+C and other keyboard interrupts error. ✅
Stop debugger from throwing its own errors.. use a raise2log flag to control this. Instead this should be logged with the logger.error