Exporting register values

When in a debug session, you can export values from registers to an XML-formatted file.

To export register values:

  1. In the Watch registers view, click the (Export registers to file) toolbar button on top of the Watch registers view or select registers, right-click and click Export on the context menu.
  2. In the Export Registers dialog box, specify the full path of the file (TXT, XML, or other) for data export. If the file does not exist, it will be created during export.



  3. Under Registers, choose to export all registers or leave the selected registers.
  4. Click Finish.
The data is exported to the specified file in the XML format:



The register value is not exported to the file if:
  • register is write-only,
  • register marked Read on demand and value is not read,
  • user terminated reading before export and value is not read.