(Tutorial) Importing Eclipse Projects into NetBeans IDE
Tutorial : Debugging Multithreaded Applications in NetBeans IDE
This document describes how to use the Debugging window in NetBeans IDE 6.5 to debug multithreaded applications. The tutorial also demonstrate how to use the IDE to detect deadlocks in an application.
The Debugging window simplifies the debugging process by integrating into one window the information about debugging sessions, application threads and thread call stacks. The Debugging window enables you to easily see the status of application threads and suspend and resume any of the threads in the session.
This tutorial uses two sample projects to demonstrate how to work with the Debugging window. To complete this tutorial you first download and open the projects Gallery and Deadlock.
Opening the Projects
In this tutorial you will use two applications to demonstrate the IDE's support for debugging multithreaded applications. In this exercise you will open and then run the two projects in the IDE. After you run the projects you will then proceed to debug each of the projects...
Courtesy:- Netbeans.org
- guru's blog
- Login to post comments
