Explorar el Código

Update debugging-native-code.md

Björn Ritzl hace 5 años
padre
commit
576f08ae44
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      docs/en/manuals/debugging-native-code.md

+ 4 - 0
docs/en/manuals/debugging-native-code.md

@@ -51,6 +51,10 @@ The Defold engine saves a `_crash` file if it does a hard crash. The crash file
 
 You can use the [crash module](https://www.defold.com/ref/crash/) to read this file in the subsequent session. It is recommended that you read the file, gather the information, print it to the console and send it to an [analytics services](/tags/stars/analytics/) that supports collection of crash logs.
 
+::: important
+On Windows a `_crash.dmp` file is also generated. This file is useful when debugging a crash.
+:::
+
 ### Getting the crash log from a device
 
 If a crash happens on a mobile device you can chose to download the crash file to your own computer and parse it locally.