Forum Discussion

mfoster711's avatar
mfoster711
Regular Contributor
3 months ago
Solved

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...
  • rraghvani's avatar
    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.