Skip to content

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 a DomNode's internal data. This topic shows how to get DomNode information to help you when debugging the DOM in Visual Studio.
  • Using DomExplorer: The DomExplorer component allows you to visualize the contents of a DomNode 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.
These topics are a part of the section Development, Debugging, and Testing, which describes ATF debugging in general.

Topics in this section

Clone this wiki locally