what is a “dump file” in windows task manager?

前端 未结 2 2066
小鲜肉
小鲜肉 2021-01-12 17:03

I know that with windows you can generate a dump file by going to task manager->processes-> right clicking on the process.

  1. what is a dump file ?
  2. what
2条回答
  •  春和景丽
    2021-01-12 17:12

    As per https://msdn.microsoft.com/en-gb/library/d5zhxt22.aspx a dump file is a snapshot of the application at that moment in time.

    Dump files are used to aid debugging applications when they go wrong.

提交回复
热议问题