Invoking an External-Viewer Visualizer

From RAD Studio

Go Up to Debugging Applications Index


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

To invoke an external-viewer type visualizer:

External-viewer visualizers must be specifically invoked, whereas value-replacer visualizers automatically operate on a specific data type. After you invoke the visualizer, the data is displayed in a separate window.

  1. Run your application in debug mode (such as F7 or F8).
  2. Use one of the following window-specific methods, as follows:

See Also