Windev 25 Dump Verified

// In the project's global declaration or initialization code WHEN EXCEPTION IN // Normal application code DO // Create a unique dump filename sFileName = fExeDir() + "dump_" + SysComputerName() + "_" + DateToString(DateSys(), "YYYYMMDD") + "_" + TimeToString(TimeSys(), "HHMMSS") + ".wdump" dbgSaveDebugDump(sFileName) // Notify the user (optional) Info("An error occurred. A debug dump has been saved to: " + sFileName) END

The raw binary data from the dongle's memory cells. windev 25 dump verified

Learn more