The IDebugApplicationNode100 interface extends the functionality of the IDebugApplicationNode Interface. You can get an instance of this interface by calling QueryInterface on an implementation of IDebugApplicationNode Interface.
Important |
---|
This interface is implemented by PDM v10.0 and greater. Found in activdbg100.h. |
The IDebugApplicationNode100 interface exposes the following methods.
Method | Description |
---|---|
Gets the text documents that are hidden by the specified filter. | |
Determines whether the specified document belongs to one of the child nodes of this node. | |
Sets the filter on a particular IDebugApplicationNodeEvents Interface implementation. It allows script debuggers to filter out compiler-generated child application nodes so that the PDM will no longer send events when the nodes are created or removed. By default, all nodes will be sent. |