Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » run/debug without first compiling?
run/debug without first compiling? [message #125704] Fri, 23 December 2005 11:30 Go to next message
Eclipse UserFriend
Originally posted by: sinoslav.yahoo.com

Hi,

I tend to compile my Java projects externally via the command line, but
I would like to launch the debugger within Eclipse without having
Eclipse try to re-compile them first. Is there any way to get Eclipse
*not* to try and re-compile the project before debugging?

Thanks,

Roger
Re: run/debug without first compiling? [message #125717 is a reply to message #125704] Fri, 23 December 2005 12:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: osadeh.gmail.com

Roger Levy wrote:
> Hi,
>
> I tend to compile my Java projects externally via the command line, but
> I would like to launch the debugger within Eclipse without having
> Eclipse try to re-compile them first. Is there any way to get Eclipse
> *not* to try and re-compile the project before debugging?
>
> Thanks,
>
> Roger
Hi,
You can disable the 'Build Automatically' in the Project menu. Eclipse
will still ask you if you want to _save_ unsaved files, but without
building the project.

Oren
Re: run/debug without first compiling? [message #125730 is a reply to message #125717] Fri, 23 December 2005 17:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sinoslav.yahoo.com

Oren Sadeh wrote:
> Roger Levy wrote:
>
>> Hi,
>>
>> I tend to compile my Java projects externally via the command line,
>> but I would like to launch the debugger within Eclipse without having
>> Eclipse try to re-compile them first. Is there any way to get Eclipse
>> *not* to try and re-compile the project before debugging?
>>
>> Thanks,
>>
>> Roger
>
> Hi,
> You can disable the 'Build Automatically' in the Project menu. Eclipse
> will still ask you if you want to _save_ unsaved files, but without
> building the project.

Thanks, but even if I disable "Build Automatically" in the Project menu,
choosing Run | Debug and then clicking the "Debug" button launches a
process that tries to compile lots of stuff in my project. How can I
deactivate this?

Thanks

Roger
Re: run/debug without first compiling? [message #125740 is a reply to message #125730] Fri, 23 December 2005 17:27 Go to previous message
Eclipse UserFriend
Originally posted by: osadeh.gmail.com

Roger Levy wrote:
> Oren Sadeh wrote:
>
>> Roger Levy wrote:
>>
>>> Hi,
>>>
>>> I tend to compile my Java projects externally via the command line,
>>> but I would like to launch the debugger within Eclipse without having
>>> Eclipse try to re-compile them first. Is there any way to get
>>> Eclipse *not* to try and re-compile the project before debugging?
>>>
>>> Thanks,
>>>
>>> Roger
>>
>>
>> Hi,
>> You can disable the 'Build Automatically' in the Project menu. Eclipse
>> will still ask you if you want to _save_ unsaved files, but without
>> building the project.
>
>
> Thanks, but even if I disable "Build Automatically" in the Project menu,
> choosing Run | Debug and then clicking the "Debug" button launches a
> process that tries to compile lots of stuff in my project. How can I
> deactivate this?
>
> Thanks
>
> Roger
Hi,
Check the Window|Preferences|Run/Debug|Launching preference page, the
'Build (if required) before launching' checkbox.

HTH,
Oren
Previous Topic:cannot connect to vm
Next Topic:WTP/Eclipse with existing wars/tomcat
Goto Forum:
  


Current Time: Thu Dec 26 19:09:18 GMT 2024

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

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

Back to the top