Dump Windev 27
You can programmatically save a dump of your application's current state using the dbgSaveDebugDump doc.windev.com
import ctypes from ctypes import wintypes dump windev 27
Once you have a .wdump file, you can analyze it directly within the WINDEV environment: You can programmatically save a dump of your
: If an application crashes, the runtime error window often allows the user to save a diagnostic report or dump. dump windev 27

