Eclipse - how to start remote debugging without automatically rebuilding -
[using eclipse 3.6 , preferances -> workspace -> build automatically disabled]
i have project setup includes number of scripted steps generating autogen code (jaxb, etc). automatically produces , deploys (does not start) jars remote server. unfortunatly whole process can take upwards of 2 minutes.
recently i've been remotely debugging 1 project starting on remote server manual script enables remote debugging attaching remote debugging session eclipse. problem if have not made source changes, eclipse performs rebuild when start remote debugging session. annoying. know how start eclipse's remote debugging without automatically performing rebuild?
you have figured out, sake of future reference, accomplish this:
window > preferences > run/debug > launching. uncheck build(if required) before launching.
Comments
Post a Comment