This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 88be0481b In Visual Debugging tutorial, "Go To Hierarch Addition"
section, item 1: added text to note the tha Options function is on the Tools
menu.
new 0c026f4d1 Merge pull request #684 from stroudcuster/visual-debug
88be0481b is described below
commit 88be0481b314132dfd7ad47a001d3a9d561c3a5e
Author: stroud <[email protected]>
AuthorDate: Mon Oct 2 17:23:59 2023 -0400
In Visual Debugging tutorial, "Go To Hierarch Addition" section, item 1:
added text to note the tha Options function is on the Tools menu.
---
netbeans.apache.org/src/content/kb/docs/java/debug-visual.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 90eedf045..c23d457d3 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 @@ image::images/debug-gotosource.png[]
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists