Merge pull request #684 from stroudcuster/visual-debug

In Visual Debugging tutorial, "Go To Hierarch Addition" section, item…
diff --git a/netbeans.apache.org/src/content/kb/docs/java/debug-visual.adoc b/netbeans.apache.org/src/content/kb/docs/java/debug-visual.adoc
index 90eedf0..c23d457 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/debug-visual.adoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/debug-visual.adoc
@@ -101,7 +101,7 @@
 
 You can use the Go to Hierarchy Addition command in the GUI snapshot to locate the line in the source code where a component is added to its container. The Go to Hierarchy Addition command is disabled by default. You can enable the command in the Options window.
 
-1. Open the Options window.
+1. Open the Options window by selecting the Option item in the Tools menu.
 2. Click the Java Debugger tab in the Java category in the Options window.
 3. Select Visual Debugging in the list of categories and select *Track locations of component hierarchy changes*. Click OK.
 4. Stop your debugging session (if one is running). After you enable the command in the Options window, you will need to restart your debugging session and take a new GUI snapshot before you can use the Go to Hierarchy Addition command.