Recording Input and Output

You can record input and output to a file to help you make command script files and to help you see what has happened before. You can record input only, or input and output. Input includes user actions, including GUI actions and commands you enter in the console.

  1. To record debugger input and output:
    1. Select File > Record > Start IO Recording….
    2. Navigate to the directory in which you want to save the file.
    3. Enter or select the name of a file to which you want the debugger to record. If you select an existing file, the debugger appends any actions you record to the file.
    4. Click OK.
    5. To stop recording IO, select File > Record > Stop IO Recording.
    The debugger writes input and output to the file you specified. You can view and edit this file in a text editor.
  2. To record debugger input only:
    1. Select File > Record > Sart Command Recording….
    2. Navigate to the directory in which you want to save the file.
    3. Enter or select the name of a file to which you want the debugger to record. If you select an existing file, the debugger appends any actions you record to the file.
    4. Click OK.
    5. To stop recording, select File > Record > Stop Command Recording.

The debugger records to the file you specified. You can view and edit this file in a text editor.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.