Re: Running java program in debug mode

2006-08-23 Thread vinod_subbiah
To user@ant.apache.org cc Subject Re: Running java program in debug mode Hello Vinod, use these arguments : -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044 and create a remote debugging configuration in Eclipse, using the same port 1044 (can be another

Re: Running java program in debug mode

2006-08-23 Thread Antoine Levy-Lambert
e Original-Nachricht Datum: Wed, 23 Aug 2006 08:35:50 -0400 Von: [EMAIL PROTECTED] An: user@ant.apache.org Betreff: Running java program in debug mode > > > Hi All, > I created a Java project with a HelloWorld java program . I use ant > to build and run it.It run

Running java program in debug mode

2006-08-23 Thread vinod_subbiah
Hi All, I created a Java project with a HelloWorld java program . I use ant to build and run it.It runs fine.But when i want to run using eclipse debugger It did not stop at break points to let me step through the program. Please help me t