score:1
By the nature of the client mode debugging, you will possibly relaunch eclipse in debug mode (listen) manually because you will do the same with the client application (attaching it to the eclipse listening port using jdwp).
But you also can try create a launch configuration programatically using Eclipse SDK, implementing an algorithm to restart the "listen mode" when the vm exists.
score:1
Just a thought , Can you try using:
-Xrunjdwp:transport=dt_socket,server=y,**suspend=y**
Your application will be suspended till the time the debugger is attached, that way you would atleast be able to debug right from the entry point to your code.
Source: stackoverflow.com
Related Query
- Is there a way to force Eclipse to automatically restart remote debugging (in listen mode)?
- Is there a way to force Eclipse to automatically clean every run?
- Is there a way to have Eclipse automatically make all my variables final?
- Eclipse - how to start remote debugging without automatically rebuilding
- Is there a way to force Eclipse to open in the default perspective?
- Is there a way to make content assist in Eclipse (JDT) show up automatically after I type "new"?
- Is there a way (e.g. an Eclipse plugin) to automatically generate a DTO from an Entity (JPA)?
- Is there a way in Eclipse CDT to automatically switch from . to ->
- Is there a way to set a timeout period on a Minecraft client when connecting to a server? This is due to Eclipse debugging
- Is there a way to get eclipse to automatically detect a space/tab mismatch the way Visual Studio does?
- Is there a way to force an update to the eclipse workspace?
- Is there a way to stop Eclipse from generating a new run-configuration everytime I restart my GAE App?
- Is there a good way to add Equinox source to Eclipse to help debugging an OSGi bundle?
- Is there way to automatically expand a specific folder in Eclipse Project Explorer?
- Is there a way to open Eclipse in a clean build AND restart server at same time?
- Is there a way to automatically generate getters and setters in Eclipse?
- Is there a way to quickly capitalize the variable name in Eclipse
- Remote debugging Tomcat with Eclipse
- Is there a way to fold eclipse sub-blocks like an "if" statement?
- Is there way to expand all folders in Eclipse project view and search results?
- Is there a way to hide Maven 2 "target/" folder in Eclipse 3?
- Is there a way to upgrade eclipse and keep all the installed plugins?
- Is there any way to integrate Eclipse with Gradle in Android project?
- Is there any way of configuring Eclipse IDE proxy settings via an autoproxy configuration script?
- Is there a way to prevent Eclipse from opening the browser when starting a Web application?
- Is there a way to make Eclipse run a JUnit test multiple times until failure?
- Is there a way to add the workspace path to the Eclipse IDE title bar?
- Force Eclipse to automatically import a class with multiple options
- Is there a way to tell Eclipse to "Save all" before building?
- Is there a way in the Eclipse debugger to be notified when the state of a Java object changes?
More Query from same tag
- How to install Proguard in Eclipse Juno for Android
- Eclipse EAR project structure in eclipse
- Projects in Project Browser are disappeared but remain in disk
- Server Tomcat v7.0 Server at localhost was unable to start within 90 seconds
- I can't start the weblogic server in Eclipse - The server watcher reported an unknown state
- Eclipse shortcut for search only on page
- Eclipse doesn't see anything in my src folder
- How do I Debug a Javascript Unit Test in Eclipse that is Run with Mocha?
- Is it possible to mock all the objects around an eclipse RCP application?
- Eclipse: Open ressource on folder
- inconvertible types but without warning or error?
- Eclipse throwing Permission denied Exception in Ubuntu 12.04 LTS
- Scala Eclipse IDE won't bring in external dependencies with Gradle
- I'm trying to run this function to check if the database has the same email
- How do I get to use variables from two different methods, in a new method?
- Can't see errors/warnings in Problems view unless project is selected in Package Explorer
- Eclipse GUI building
- Android SDK (Eclipse) : How to create a simple timer for a simple App?
- Could not find C:\Development\android-sdk-windows\tools\emulator.exe?
- Get mylyn source code
- JavaSource file with error in JavaEE but still runs?
- How do i load instances from files to many lists?
- MySQLi *IS* there and functional - but not available in Eclipse
- Why is this function not working but not displaying errors in Eclipse?
- Warning while importing JEdit from SVN
- Updating ADT ?( Eclipse)
- Computer shut off while running eclipse
- How to added customed jar into my android project ? (I added core.jar into my android project but still class not find exception.)
- RTC version control code checkout into eclipse
- Custom Context For Snippets Eclipse