Skip to main content

Attaching remote debugger in Netbeans

I am working on a web application based on Ant,Struts and Java. I wanted a way to debug the live application in my local environment and I found out that attaching remote debugger is the best option. It helps in debugging live application.

What is Remote Debugging?

The client/server design of the Java debugger allows you to launch a Java program from computer on your network and debug it from the workstation running the platform. This is particularly useful when you are developing a program for a device that cannot host the development platform [source: eclipse community]


How to enable it in Netbeans

  1. Open Netbeans IDE
  2. Go to Debug option 
  3. Click on Attach Debugger 
  4. Enter the host name and port number
  5. Click OK
Note: Make sure you start the application first before attaching the remote debugger



Comments

  1. I read this blog, Nice article...Thanks for sharing and waiting for the next...

    tutorials for python
    python best tutorial

    ReplyDelete
  2. Nice blog, very informative content.Thanks for sharing, waiting for the next update…
    statistics for data science tutorial
    Data Science Tutorial for Beginners

    ReplyDelete
  3. Nice blog, very informative content.Thanks for sharing, waiting for the next update…
    aws for beginners
    aws study material

    ReplyDelete
  4. Really an informative blog...Thanks for sharing an informative article with us.
    cyber security online course
    best cyber security courses online

    ReplyDelete
  5. valuable blog thanks for sharing it...waiting for the next update.

    QTP Training in Chennai
    UFT Training in Chennai

    ReplyDelete
  6. Really nice blog. thanks for sharing such a useful information.
    Testcomplete Online Training

    ReplyDelete
  7. Great blog.thanks for sharing such a useful information
    Informatica Training in Chennai

    ReplyDelete
  8. This post is so interactive and informative.keep update more information...
    Angularjs Training in Tambaram
    Angularjs Training in Chennai

    ReplyDelete
  9. This post is so interactive and informative.keep update more information...
    java training in velachery
    Java training in chennai

    ReplyDelete
  10. Great post. keep sharing such a worthy information.
    Jmeter Training

    ReplyDelete
  11. Great post. keep sharing such a worthy information.
    Appium Training Online

    ReplyDelete

Post a Comment

Popular posts from this blog

Adding loading spinner to JSP Page using pure CSS and JS

I wanted to add loading spinner to the web application that I was working on. This application is a legacy application and I was looking into a way to add the loading spinner whenever the user performs certain actions such as the following Clicks a button which behind the scene performs CRUD operation When user request data  As the web application was based of JSP and I was looking for a way to adding it to the webpage and finally came across the following solution  Create a div  Add the CSS for the div Create a JS function which gets called on button click.  Here is the code HTML JS      CSS

Simple IOT Project - Electric Imp Led Light Controller

Recently I went to IBM IOT Hackathon and got Electic IMP device and thought of playing with it and this is the first application I created LED Light controller using Electric IMP device and REST webservice. Overview Skill Level: Beginner Below are detailed steps on how to connect an Electric Imp with environmental sensors to the Watson IoT Platform in order to visualize and monitor your refrigerator in real time. Ingridients   Your WIFI *network name* and *password*  A computer with a web browser  Smartphone with the Electric Imp app I OS  or Android A free Electric Imp developer account    An Electric Imp Explorer kit - purchase from Amazon    Three AA batteries STEP BY STEP  Step 1 - What is demonstrated in this example? Use an Electric Imp to switch on/off light sensor and change the color of light using combination of RGB.  Step 2 - Connect your Electric Imp to the Internet  Set Up Hardware  Plug the Imp001 into the Explorer Kit Board .Power up y