ToolsAPI.IID_IOTADebuggerVisualizer250 - RAD Studio API Documentation

docwiki.embarcadero.com/Libraries/Athens/en/ToolsAPI.IID_IOTADebuggerVisualizer250     2024-10-23T00:00:00.0000000
From RAD Studio API Documentation Jump to: navigation, search Up to Parent: ToolsAPI C++

Code snippet: IDE debug visualizer plugin for generic and template ...

blogs.embarcadero.com/code-snippet-ide-debug-visualizer-plugin-for-generic-and-template-types/
IOTADebuggerVisualizer, IOTADebuggerVisualizer250: name and description of the visualizer, list of types it's interested in; version 250 adds support for generics or templates by allowing you to specify that a type string is for a generic or template type.

ToolsAPI.IID_IOTADebuggerVisualizer250 - RAD Studio API Documentation

docwiki.embarcadero.com/Libraries/Florence/en/ToolsAPI.IID_IOTADebuggerVisualizer250
ToolsAPI.IID_IOTADebuggerVisualizer250 navigation search Up to Parent: ToolsAPI C++

Archived version of "Code snippet: IDE debug visualizer plugin for ...

gist.github.com/jpluimers/2c07b0979245f18706490237b2265f57/
IOTADebuggerVisualizer, IOTADebuggerVisualizer250: name and description of the visualizer, list of types it's interested in; version 250 adds support for generics or templates by allowing you to specify that a type string is for a generic or template type.

delphi-samples/debug-visualizers/GenericVisualizer ... - GitHub

github.com/alefragnani/delphi-samples/blob/master/debug-visualizers/GenericVisualizer/GenericVisualizer.pas
Classes, SysUtils, ToolsAPI; type TGenericVisualizer = class (TInterfacedObject, IOTADebuggerVisualizer, IOTADebuggerVisualizer250, IOTADebuggerVisualizerValueReplacer, IOTAThreadNotifier, IOTAThreadNotifier160) private FCompleted: Boolean;

Debugging an IOTADebuggerVisualizer with the Delphi IDE

www.youtube.com/watch?v=rSxUqgNNv3s
Debugging an IOTADebuggerVisualizer package with the Delphi IDE

GitHub - iota-community/iota-visualiser · GitHub

github.com/iota-community/iota-visualiser
Contribute to iota-community/iota-visualiser development by creating an account on GitHub.

Revisions · Archived version of "Code snippet: IDE debug visualizer ...

gist.github.com/jpluimers/2c07b0979245f18706490237b2265f57/revisions     2026-02-04T00:00:00.0000000
Those interfaces are: - IOTADebuggerVisualizer, IOTADebuggerVisualizer250: name and description of the visualizer, list of types it's interested in; version 250 adds support for generics or templates by allowing you to specify that a type string is for a generic or template type.

Download Center - Rockwell Automation | US

www.rockwellautomation.com/en-us/support/product/product-downloads.html
Access the Rockwell Automation Download Center to keep your products current. This includes the latest add-on profiles (AOPs), drivers, macros, electronic data sheets, sample code, and software activations.

New in 10.2.1: Debug visualisers for Delphi generics

blogs.embarcadero.com/new-in-10-2-1-debug-visualisers-for-delphi-generics/
Debug visualisers are a type of IDE plugin that allows you to change the display of a variable in the various debug windows (Local Variables, Watches, Inspector, and Evaluate/Modify.) For exam…
Feedback