debugdump


Description

Dumps debug information into the program folder.

Syntax

C++
void debugdump()

Arguments

None  

Return Value

None  

Example

dsm.debugdump();

Notes

The file name of the dumped file will be called "Debug_Dump.dat" and will be located in the same folder as your program executable. This file will contain debug information related to the API, micro-page manager, waveforms and others. You can open the file in most text editor or viewer.