Dump Files

You can generate a dump file as a snapshot of the current system. To generate a dump file:

  1. Click the Create Dump File button
  2. Browse to the location where you wish to save the dump file.
  3. Enter a name for the dump file in the File Name field.
  4. Click the Save button. The dump file will be generated and saved in the specified location.

Viewing the Contents of a Dump File

The Source Debugger can do all the same things with a dump file that you can do with a live system. To open a dump file for debugging:

  1. Click the Open Dump File button. The Open Dump File dialog will open.
  2. Browse to and select the dump file you wish to analyze.
  3. Click the Open button.

The selected dump file will open in the code display window in its own separate tab labeled "Summary (Dump)" (see Source Debugger: Summary (Dump) Tab).

While viewing a dump file, you cannot change the code coverage view. For example, if the dump file was created with code coverage turned on, you cannot turn that view off while viewing the dump file.