Results 1 to 4 of 4

Thread: Issue with debugging with Eclipse

  1. #1
    Join Date
    Sep 2009
    Posts
    3

    Issue with debugging with Eclipse

    Hello everyone,

    I am using Windows XP (SP2) on my computer. I have Eclipse version 3.2.2 and Doja 2.5 on it.I am able to compile and execute java applications from Eclipse and they run on the emulator with out any discrepancies.However, I'm having a issue on debugging.When ever i chose Remote java Application and specify host as localhost and port 8000 brings me the error:"Failed to connect to remote VM. Connection timed out". I've evaluated that after I do the Run->Run and look at the windows XP task manager I can see that the doja_g.exe application gets executed. Then executing netstat on cmd I can see that there is a socket listening on IP address 0.0.0.0, port 2800 but nothing happening on port 8000.

    Any idea what is going on here

  2. #2
    Join Date
    May 2008
    Posts
    2,012

    Re: Issue with debugging with Eclipse

    I guess the issue is in /etc/hosts. Ubuntu places "127.0.0.1 <hostname-you-picked-when-you-installed>" in there by originally. For whatever reason, with this default setup, Ubuntu is unable to report hostname correclty. If you issue hostname -i to get the IP address, it reports a stupid address, not the DHCP'd address, and not even the address of the DHCP host. So the fix is to relate your actual IP address with <hostname-you-picked-when-you-installed> in /etc/hosts.

  3. #3
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Issue with debugging with Eclipse

    The steps you are using to start the debugger are properly.I'm not sure what's going wrong here, but maybe you could probhe your firewall.On the other hand you should begin the emulator with:doja_g.exe -debugger -debugport 8000 -nosuspend -i appli.jam.This is a manual process.I guess i helped out you some way

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: Issue with debugging with Eclipse

    The message denotes that your eclipse environment is perfectly allright and your environmental variables are also perfectly fine.This is the trouble at the emulator end(You said that doja_g.exe is running in your task manager. But how you can say that it is running with proper parameters and port.You have specified port in eclipse at one end, But you should also run the remote VM with exact parameters.

Similar Threads

  1. JIT debugging problem - I've tried everything!
    By Lutrown in forum Windows Software
    Replies: 3
    Last Post: 05-04-2012, 03:48 AM
  2. Use Of Environment debugging
    By winni in forum Software Development
    Replies: 4
    Last Post: 09-01-2011, 10:19 PM
  3. What is Script Debugging
    By Aakaar in forum Software Development
    Replies: 3
    Last Post: 13-07-2009, 10:53 AM
  4. vb.net Debugging Software
    By Aagman in forum Software Development
    Replies: 2
    Last Post: 20-04-2009, 11:14 PM
  5. Methods of debugging in PHP
    By Ninad23 in forum Tips & Tweaks
    Replies: 1
    Last Post: 21-11-2008, 02:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,522,127.97800 seconds with 17 queries