Xbasic
Debugging Functions
Description
Functions that can be used to help with debugging Alpha Anywhere applications.
- Name
- Description
- profiler_dump Function
Format and write a summary of the profiling data collected. If WriteToFile is false the data is written to a trace window pane.
- profiler_pause Function
Suspend profiling temporarily.
- profiler_reset Function
Clear out the data collected by the profiler so far.
- profiler_resume Function
Continue profiling after pausing.