openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

Visual Studio Code extension should try to catch infinite loops #287

Open Rune-Christensen opened 1 year ago

Rune-Christensen commented 1 year ago

When the VSC extension runs the generated COBOL code, it should do so in a way, that enables it to catch an infinite loop in the generated code, and terminate the running thread. This should be implemented using a timeout, that triggers if the thread running the COBOL is running for a long time.