
In Outlook 2000 and earlier, you could open an "unsafe" file system object by using the Display method.
#Where is the document inspector windows 7 code
If you attempt to open an "unsafe" file system object (or "freedoc" file) by using the Microsoft Outlook object model, you receive the E_FAIL return code in the C or C++ programming languages. To activate an explorer or inspector window, use the Activate method.
#Where is the document inspector windows 7 windows
The Display method is supported for explorer and inspector windows for the sake of backward compatibility. SyntaxĮxpression A variable that represents a DocumentItem object.

For example, in the image below, you can see the objects available to the code in the addItemClick function.Displays a new Inspector object for the item. The final section, Scopes, shows what values are visible from various points within your code. You can see that the code is in the function that handles a mouse click, and that the code is currently paused on the breakpoint. The Call stack section shows you what code was executed to get to the current line. The final two sections only appear when the code is running. In example.js, a breakpoint has been set on the statement listItems.push(inputNewItem.value) The next section, Breakpoints, lists the breakpoints set on the page. You can expand the list to view the values in the array. In the image, the first section, Watch expressions, shows that the listItems variable has been added. The right-hand pane shows a list of the watch expressions you have added and breakpoints you have set. In the following image, the highlight on the number 18 shows that the line has a breakpoint set. Set breakpoints where you want to pause execution.

Click on a file to select it and view its contents in the center pane of the Debugger. Select the file you want to work with from this list. The first pane on the left contains the list of files associated with the page you are debugging. There are three panes in the JavaScript Debugger on Firefox.

