﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4036	fmu translation fails with debug flag execstat	Willi Braun	Willi Braun	"Following script fails, but works without the debug flag:

{{{
loadString(""
model fooPy
  Real x,y,z;
  input Real u;
equation
  der(x) = u+y*z;
  y = sin(z);
  z = 3*y+time;
end fooPy;
"");
getErrorString();
setDebugFlags(""execstat"");

translateModelFMU(fooPy);
getErrorString();

}}}"	defect	closed	high	1.13.0	Backend	v1.11.0	fixed	fmi	
