About eclipse product debugging with maven tycho #1284
-
Hello, Guys Sorry for disturbing. I'm now trying to find a way to debug eclipse product with maven tycho. After Don't know why, when I use the way of PDE build, it always encounter some Maven does all this work very good, it's simple, no errors and no extra works How to debug whole eclipse product with maven tycho in the right way? What i have tried:
Please give me a hand. Appreciation! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Tycho is a build tool more than a development tool. PDE remains the reference development tool and Tycho does provide any good alternative to workflow 1. described above. |
Beta Was this translation helpful? Give feedback.
-
mvn exec:exec -Dexec.executable=java -Dexec.args="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=localhost:8000 -jar ./path/to/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar" |
Beta Was this translation helpful? Give feedback.
Tycho is a build tool more than a development tool. PDE remains the reference development tool and Tycho does provide any good alternative to workflow 1. described above.
What are the actual issues that make you unsatisfied with Debug As>Eclipse application? I think you should focus on getting those issues mitigated instead of trying to runaway from them.