Enabling/Disabling Debugger Visualizers

From RAD Studio
Jump to: navigation, search

Go Up to Debugging Applications Index


A debugger visualizer converts raw data into more a humanly readable format.

To enable or disable a debugger visualizer:

  1. Go to Tools > Options > Debugger Options > Visualizers.
  2. Do one of the following:
    • CheckBox.png Select the visualizer that you want to use for the display of data in the various Debug windows.
    • CheckBoxUnchecked.png Clear the checkbox for any visualizer that you want to disable.
  3. Click OK.

See Also