Forum Discussion
rraghvani
Champion Level 3
2 months agoThe behaviour you're experiencing is due to the difference between debugging mode and normal execution. Using Python, similar Ctrl + C doesn't work immediately when debugging as the debugger has control over the execution, not the Python interpreter's normal signal handling.
Also, there are known issues with the latest version of TC and Python.