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
DomNodeto make it easier to view aDomNode's internal data. This topic shows how to getDomNodeinformation to help you when debugging the DOM in Visual Studio. -
Using DomExplorer: The
DomExplorercomponent allows you to visualize the contents of aDomNodetree 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.