Collecting a Runtime Checking Experiment

See Also 

Runtime checking (RTC) allows you to automatically detect runtime errors in an application during the development phase. You can use runtime checking while running your application to collect an RTC experiment.

To collect an RTC experiment:

  1. Select the project and choose Advanced > Runtime Checking > Configure. In the Project Properties dialog box, set the options and click OK. For information about the options, see Project Properties Dialog Box: Runtime Checking.
  2. Run your project by choosing Advanced > Runtime Checking > Start.

    A Runtime Checking window opens above the Source Editor window, with tabs for Access Errors, Memory Usage, and Memory Leaks.

  3. When your project has finished running, the collected data is displayed in the appropriate tabs in the Runtime Checking window. The experiment is saved in the standard experiment directory for the project, nbproject/private/experiments.
See Also
Runtime Checking in a Debugging Session

Legal Notices