Skip to main content



      Home
Home » Newcomers » Newcomers » Debugging java class files from ANT build
Debugging java class files from ANT build [message #82742] Sun, 03 July 2005 06:29 Go to next message
Eclipse UserFriend
Hello,
Is there a way to use the Eclipse debugging features if an
application has been launched from an Ant build file?

Thanks
Re: Debugging java class files from ANT build [message #82755 is a reply to message #82742] Sun, 03 July 2005 12:24 Go to previous messageGo to next message
Eclipse UserFriend
Yes: set the VM arguments for the Ant build (or any Java application) to
include:
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=800 0

Then set up a remote Java application debug session to drive the debugging
of the execution of the program

HTH
Darins

"Martin Holmes" <martincanbe@hotmail.com> wrote in message
news:da8elh$ndc$1@news.eclipse.org...
> Hello,
> Is there a way to use the Eclipse debugging features if an
> application has been launched from an Ant build file?
>
> Thanks
>
Re: Debugging java class files from ANT build [message #82784 is a reply to message #82755] Sun, 03 July 2005 14:11 Go to previous message
Eclipse UserFriend
Thanks that worked with ease,

Is it just a easy to debug and Applet running in a browser?

Martin

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:da93ed$987$1@news.eclipse.org...
> Yes: set the VM arguments for the Ant build (or any Java application) to
> include:
> -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=800 0
>
> Then set up a remote Java application debug session to drive the debugging
> of the execution of the program
>
> HTH
> Darins
>
> "Martin Holmes" <martincanbe@hotmail.com> wrote in message
> news:da8elh$ndc$1@news.eclipse.org...
>> Hello,
>> Is there a way to use the Eclipse debugging features if an
>> application has been launched from an Ant build file?
>>
>> Thanks
>>
>
>
Previous Topic:Open Index.html in IE in Eclipse Help
Next Topic:Property file editor
Goto Forum:
  


Current Time: Tue Jun 10 03:39:03 EDT 2025

Powered by FUDForum. Page generated in 0.06979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top