Is it possible (and not too difficult) to use eclipse to debug distributed java application [duplicate]
up vote
-1
down vote
favorite
This question already has an answer here:
eclipse: how to debug a Java program as a .jar file?
4 answers
Eclipse : Eclipse Java Remote Debugging
1 answer
I was asked to help a company to change the way development is done. One point is the way how testing and debugging is done.
They have a distributed Java application. At the moment, testing and debugging is done by running all the parts of the distributed application on the development machine.
For several reasons this is undesirable. For starters, it is because you are not testing a distributed system.
I do not have much experience with debugging Java applications in Eclipse, especially not with remote debugging. And when the application is distributed the debugging has to be done on several machines at the same time.
Is debugging a distributed application doable, or is it better to continue working like it is being done now?
java eclipse debugging testing distributed-computing
marked as duplicate by daniu, Kai Huppmann, Skynet, Rob, Govind Parmar Nov 22 at 21:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
-1
down vote
favorite
This question already has an answer here:
eclipse: how to debug a Java program as a .jar file?
4 answers
Eclipse : Eclipse Java Remote Debugging
1 answer
I was asked to help a company to change the way development is done. One point is the way how testing and debugging is done.
They have a distributed Java application. At the moment, testing and debugging is done by running all the parts of the distributed application on the development machine.
For several reasons this is undesirable. For starters, it is because you are not testing a distributed system.
I do not have much experience with debugging Java applications in Eclipse, especially not with remote debugging. And when the application is distributed the debugging has to be done on several machines at the same time.
Is debugging a distributed application doable, or is it better to continue working like it is being done now?
java eclipse debugging testing distributed-computing
marked as duplicate by daniu, Kai Huppmann, Skynet, Rob, Govind Parmar Nov 22 at 21:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
Yes, you can run the Java processes with an opened debug port and remotely connect the debugger in Eclipse to them.
– daniu
Nov 22 at 15:14
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
This question already has an answer here:
eclipse: how to debug a Java program as a .jar file?
4 answers
Eclipse : Eclipse Java Remote Debugging
1 answer
I was asked to help a company to change the way development is done. One point is the way how testing and debugging is done.
They have a distributed Java application. At the moment, testing and debugging is done by running all the parts of the distributed application on the development machine.
For several reasons this is undesirable. For starters, it is because you are not testing a distributed system.
I do not have much experience with debugging Java applications in Eclipse, especially not with remote debugging. And when the application is distributed the debugging has to be done on several machines at the same time.
Is debugging a distributed application doable, or is it better to continue working like it is being done now?
java eclipse debugging testing distributed-computing
This question already has an answer here:
eclipse: how to debug a Java program as a .jar file?
4 answers
Eclipse : Eclipse Java Remote Debugging
1 answer
I was asked to help a company to change the way development is done. One point is the way how testing and debugging is done.
They have a distributed Java application. At the moment, testing and debugging is done by running all the parts of the distributed application on the development machine.
For several reasons this is undesirable. For starters, it is because you are not testing a distributed system.
I do not have much experience with debugging Java applications in Eclipse, especially not with remote debugging. And when the application is distributed the debugging has to be done on several machines at the same time.
Is debugging a distributed application doable, or is it better to continue working like it is being done now?
This question already has an answer here:
eclipse: how to debug a Java program as a .jar file?
4 answers
Eclipse : Eclipse Java Remote Debugging
1 answer
java eclipse debugging testing distributed-computing
java eclipse debugging testing distributed-computing
edited Nov 22 at 15:31
Ishaan
7711417
7711417
asked Nov 22 at 15:06
Cecil Westerhof
136
136
marked as duplicate by daniu, Kai Huppmann, Skynet, Rob, Govind Parmar Nov 22 at 21:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by daniu, Kai Huppmann, Skynet, Rob, Govind Parmar Nov 22 at 21:22
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
Yes, you can run the Java processes with an opened debug port and remotely connect the debugger in Eclipse to them.
– daniu
Nov 22 at 15:14
add a comment |
2
Yes, you can run the Java processes with an opened debug port and remotely connect the debugger in Eclipse to them.
– daniu
Nov 22 at 15:14
2
2
Yes, you can run the Java processes with an opened debug port and remotely connect the debugger in Eclipse to them.
– daniu
Nov 22 at 15:14
Yes, you can run the Java processes with an opened debug port and remotely connect the debugger in Eclipse to them.
– daniu
Nov 22 at 15:14
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
Yes, you can run the Java processes with an opened debug port and remotely connect the debugger in Eclipse to them.
– daniu
Nov 22 at 15:14