Eclipse : Whether to select Local Or Shared File during Remote Debugging -
i have made code changes , deployed code jetty server located remotely . accessed application through browser , trying debug application .
please tell me whether need select local file or shared file eclipse debug configurations .
please see screen shot here .
the alternative shown in screenshot not help automatically code deployed remote jetty.
the alternative allows share launch configuration (remote java application - managewatchlistcall) in eclipse workspace. allow checkin launch configuration in versioning command scheme colleagues automatically sme remote java application launch configuration.
in order new code remote server, there 2 options :
redeploy application on remote server. hotdeploy pieces of code remote supported (if server supports it) use hotswap bug fixing (works little fixes) (*)(*) if running java virtual machine (jvm) v1.4 or higher, eclipse supports feature called hotswap bug fixing (not available in jvm v1.3 or lower). allows changing of source code during debugger session, improve exiting application, changing code, recompiling, starting debugging session. utilize function, alter code in editor , resume debugging.
eclipse
No comments:
Post a Comment