mfoster711
3 months agoRegular Contributor
TestComplete Freeze up after Stop Button
TestComplete will freeze up if I press the stop button in the following example. Add a breakpoint in the DummyFunction on the line marked "Use breakpoint on this line.....". Run the Main functio...
- 3 months ago
The 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.