.OpenModelica.Scripting.setDebugFlags

Sets compiler debug flags.

Information

Calling the compiler with --help=debug will list all debug flags and what they do. The flags are given as a comma separated string. Flags can be disabled by prefixing them with -.

Example input: failtrace,-noevalfunc

Interface

function setDebugFlags
  input String debugFlags;
  output Boolean success;
end setDebugFlags;

Generated at 2025-04-25T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos