run/debug without first compiling? [message #125704] |
Fri, 23 December 2005 11:30 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.06380 seconds