SetDebugMode |
Top Previous Next |
SetDebugMode Turns ON or OFF debug mode.
Delphi syntax: procedure SetDebugMode(Enabled: WordBool); С++ syntax: void WINAPI SetDebugMode (BOOL Enabled); C# syntax: public static extern void SetDebugMode(bool enabled);
Parameters: Enabled if set true then debug mode is ON, else OFF.
Remarks: In the debug mode MCore library creates a file report.txt in its folder. This file is used to output debug information.
See also: DebugMode key in MCore.ini.
© MCore Team 2005-2008, please contact as
|