blob: 3a002ff3abe60d1a17abc1a0ae134a7dd0617e8d [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= Video of the Using the Visual Debugger in NetBeans IDE
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Video of the Using the Visual Debugger in NetBeans IDE - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Video of the Using the Visual Debugger in NetBeans IDE
|===
|This screencast demonstrates how to use the Visual Debugger in NetBeans IDE to locate and debug the code for visual elements in your GUI application. You can use the visual debugger in Java and JavaFX GUI applications.
Author: Ken Ganfield
Time: 5:15
link:http://bits.netbeans.org/media/visual-debug-screencast.mov[+Watch full size/Download+] (.mov) (Ctrl-Click to download, 36 MB)
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20the%20Visual%20Debugger%20in%20NetBeans%20IDE[+Send Feedback on This Tutorial+]
|===
== Related links
* link:gui-functionality.html[+Introduction to Java GUI Building+]
* link:debug-visual.html[+Using the Visual Debugger+]
* Demo: link:debug-multithreaded-screencast.html[+Debugging a Multithreaded Application in NetBeans IDE+]
* Demo: link:debug-stepinto-screencast.html[+Visual Step Into Action in NetBeans Debugger+]
* Demo: link:debug-deadlock-screencast.html[+Deadlock Detection Using the NetBeans Debugger+]