setReportFlags()
Triggers the report output with the specified debug flags.
Synopsis
int setReportFlags(string flags)
Parameters
| Parameter | Description | 
|---|---|
| flags | Debug flags. See the chapter Allgemeine Debug-Flags as well as the other dbg flag-specific sub chapters. | 
Return value
0 and in the event of an error -1.
Errors
Missing/incorrect arguments.
Description
Triggers the report output with the specified debug flags. You can use the command line via -report flag1,flag2 etc. in the syntax.
setReportFlags()
main()
{
  setReportFlags("CTRL,HEAP");
}Assignment
Availability
CTRL
