API reference
API reference
Select your platform
No SDKs available
No versions available

DebugData Class

A serializable structure holding the debug data used by Immersive Debugger.
Indexed by each assembly. It represents the debug types with the metadata of assembly name and class names within the same assembly. For more info about Immersive Debugger, check out the official doc

Fields

String of the assembly, should be full name so it's identifiable.
A list of strings of the class names, each should be full name containing namespaces.

Member Functions

Constructor of the DebugData.
Parameters
assemblyName
String of the assembly, should be full name so it's identifiable
types
A list of strings of the class names, each should be full name containing namespaces
Did you find this page helpful?
Thumbs up icon
Thumbs down icon