|
|
Re: Debugging java class files from ANT build [message #82784 is a reply to message #82755] |
Sun, 03 July 2005 14:11  |
Eclipse User |
|
|
|
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
>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.09603 seconds