beremiz

file isExecutable
Minor changes to get better cleanup of debug and python_eval threads, accross multiple debug sessions and PLC runs.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]