Capture Dump File Dialog Box (Compact 7)
3/12/2014
You can use this dialog box to capture a dump file when you are connected to a running device for debugging and the debugger is in a break state.
Capture mode
Displays the three modes that you can choose when collecting data for later viewing. This determines the kinds and levels of detail that Platform Builder collects and saves in the dump file.- Context dump
Captures the context record, the module and thread list, callstack of the current thread, and the memory adjacent to the current thread. - System dump
Captures all the processes and threads running at that moment, all the callstacks and context records for all threads, 2048 bytes of memory above and below the instruction pointer of the current thread, and the global variables for the current process. - Complete dump
Captures all physical memory.
- Context dump
- Close this dialog box when upload completes
Select this option to close the dialog box when the upload is complete.
- Capture
Use to initiate the dump file capture. The Error Reporting subsystem captures the requested information and displays a progress indicator as the capture proceeds. When the capture is complete, the dump file is copied to MyDumpFile.kdmp.
- Cancel
Use to stop the dump file capture process and close the dialog box without saving changes.
- Close
Use to close the dialog box without saving changes.
See Also
Reference
Context-Sensitive Help (Visual Studio)
Concepts
Platform Builder User Interface