-
Notifications
You must be signed in to change notification settings - Fork 263
DOM Debugging
Gary edited this page Aug 27, 2014
·
1 revision
While debugging, you can view DomNode
data and events using ATF tools.
ATF provides a variety of facilities to make it easier to debug the DOM:
-
Debugging the DOM with Visual Studio: ATF defines helper private classes in
DomNode
to make it easier to view aDomNode
's internal data. This topic shows how to getDomNode
information to help you when debugging the DOM in Visual Studio. -
Using DomExplorer: The
DomExplorer
component allows you to visualize the contents of aDomNode
tree in a tree view. - Using the DomRecorder Component: This component records DOM events on the active context and displays them in a list in a window. This topic discusses the DOM events recorded and shows an example.
- What is the DOM For: Overview of the DOM's features and advantages.
- It All Starts With Data: Defining application data models with types, especially using XML Schema.
-
DomNodes and DOM Metadata Classes: The fundamental
DomNode
class and its type metadata classes, such asDomNodeType
. Application data resides in a tree ofDomNode
s. - Type Loaders: Loading the type definition file into the application to use the file's data types and create type metadata class objects.
-
DOM Adapters: DOM adapters allow adapting
DomNode
s to other types and monitor events in theDomNode
tree to validate data. - DOM Property Descriptors: DOM property descriptors make it easy to use property editors on application data and are stored in type metadata.
- Using DOM Metadata for Palettes and Other Items: Type metadata can hold all sorts of data, such as palette object information.
-
DOM Persistence: Persisting application data using classes to write the
DomNode
tree to XML and read it back to aDomNode
tree. - DOM Debugging: ATF tools to facilitate debugging DOM code.
- DOM Use in Simple DOM Editor: Explains how the ATF Simple DOM Editor Sample uses the DOM.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC