Generated CIF simulator debug code misses exit argument for application.run
In !656 (merged) changes to Application.run
were made. It now has an exit
parameter, that sets whether an exit code is returned.
The generated simulator code (Debug the generated code (by writing it to disk)
) has a call to the Application.run
function, but does not have an argument for the new parameter.