If a crash occurs, you can configure the system to automatically create a dump file for debugging purposes. Follow the steps below to create the required registry keys for different products, such as dbForge Studio, Standalone Tools, and MiniTools.
Open the Registry Editor:
Navigate to the following path:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error ReportingCreate a new key:
Create a subkey for your application:
dbForge_Studio_for_MySQL.exe for dbForge Studio).Add the following values to the application’s executable key:
| Name | Type | Data | Description |
|---|---|---|---|
| DumpFolder | String Value | D:\current_product_Crashes | Folder where the dump files will be saved. |
| DumpType | DWORD (32-bit) Value | 2 | 2 for a full dump. |
| CustomDumpFlags | DWORD (32-bit) Value | 1124 | Additional custom dump settings. |
Create the DumpFolder value:
current_product.exe) in the tree on the left.D:\current_product_Crashes.Create the DumpType value:
2.Create the CustomDumpFlags value:
1124.After following these steps, your registry should look like this:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\current_product.exe