Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.
Hovering the mouse over a variable while the debugger is running will show the current value of the variable. Only variables available to the scope of the current line of execution will be available. Caution: If the same variable is used in different scopes the value displayed will be the value of the variable in the scope of the line where execution is currently paused, regardless of the location of the variable that the mouse in hovering over.
The result is displayed in a tree similar to the Watches and Contexts docks'. Click on the + buttons to expand the tree and see the array values, or the object's attributes. Double-click on any cell to copy it's value to the clipboard.