DOM Debugging - kaisu1986/ATF GitHub Wiki
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.