This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 321b4e4 Automated site publishing by Jenkins build 774 321b4e4 is described below commit 321b4e4f008e44d57b08751ca44d752be62e1cc9 Author: jenkins <bui...@apache.org> AuthorDate: Sat May 4 14:17:25 2019 +0000 Automated site publishing by Jenkins build 774 --- content/kb/docs/java/debug-visual.html | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/content/kb/docs/java/debug-visual.html b/content/kb/docs/java/debug-visual.html index f0a6b23..7369934 100644 --- a/content/kb/docs/java/debug-visual.html +++ b/content/kb/docs/java/debug-visual.html @@ -131,38 +131,18 @@ <p>Select Anagram Game in the Samples > Java category. Click Next.</p> </li> <li> -<p>Specify a location for the project. Click Finish.</p> +<p>Specify a location for the project. Click Finish. When you click Finish, the IDE creates the project and opens the project in the Projects window.</p> </li> -</ol> -</div> -<div class="paragraph"> -<p>When you click Finish, the IDE creates the project and opens the project in the Projects window.</p> -</div> -<div class="olist arabic"> -<ol class="arabic" start="4"> <li> -<p>Click the Debug button in the toolbar (Ctrl-F5; ⌘-F5 on Mac) to start the debugging session.</p> +<p>Click the Debug button in the toolbar (Ctrl-F5; ⌘-F5 on Mac) to start the debugging session. Alternatively, right-click the project node in the Projects window and choose Debug. When you start the session, the IDE will launch the Anagram Game application and open the Debugging window.</p> </li> -</ol> -</div> -<div class="paragraph"> -<p>Alternatively, right-click the project node in the Projects window and choose Debug.</p> -</div> -<div class="paragraph"> -<p>When you start the session, the IDE will launch the Anagram Game application and open the Debugging window.</p> -</div> -<div class="paragraph"> -<p>For more on running the debugger, see <a href="http://www.oracle.com/pls/topic/lookup?ctx=nb8000&id=NBDAG798">About Running and Debugging Java Application Projects</a> in <em>Developing Applications with NetBeans IDE</em>.</p> -</div> -<div class="olist arabic"> -<ol class="arabic" start="5"> <li> <p>Choose Debug > Take GUI Snapshot from the main menu.</p> </li> </ol> </div> <div class="paragraph"> -<p>When you choose Take GUI Snapshot, the IDE will take a snapshot of the GUI and will open the snapshot in the main window.</p> +<p>When you choose Take GUI Snapshot, the IDE will take a snapshot of the GUI and will open the snapshot in the main window, as shown below:</p> </div> <div class="openblock feature"> <div class="content"> @@ -173,9 +153,6 @@ </div> </div> </div> -<div class="paragraph"> -<p>In this guide to the visual debugger you will not use the Debugging window.</p> -</div> </div> </div> <div class="sect1"> @@ -229,7 +206,6 @@ <div class="content"> <img src="images/debug-gotodeclaration.png" alt="debug gotodeclaration"> </div> -<div class="title">Figure 1. Line of code where component is declared</div> </div> <div class="olist arabic"> <ol class="arabic" start="3"> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists