| Previous | Next | |
STF.enableAutoTrace(enable:Boolean) : Voidenable - True or false.
Nothing.
Method; Enables or disables automatic tracing of all debugging commands. See Debugging Your ScreenTime for more information on how to use this command and others when debugging an ScreenTime application.
The following example enables automatic tracing.
STF.enableAutoTrace(true);
| Questions or Feedback? | Previous | Next |