Watching sourceXML in debugger
You can watch sourceXML step by step in debugger.
Example
Debugging1.kt
(kotlin/tutorial/inaction/Debugging1.kt
)
- Click to set a breakpoint.
- Add
sourceXml
in watch window. - Click
View
.
You can see screen information in cache as XML.