-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm7 Remote Debug #1264
Comments
@james10174 Can you try adding a threadsleep of 1-2 seconds before printing Hello World in your class? We do have have such an issue with a remote debug - the java gets executed quicker than the debugger manages to get breakpoints. It's a known issue and it will be fixed. |
@james10174 I was able to reproduce it on my side with Java debugger. Investigating. This is a known issue (current master). What version do you have? |
@eivantsov I use the java debugger, jdk1.8.0_91 (container and host) and eclipse-che-4.3.0-RC1-SNAPSHOT. |
If you use 4.2.2 there's no such an issue there. It's being fixed in master so if you grab the latest nightly in a couple of days, it should be ok. |
@eivantsov I will wait for the new nightly. Just let me know when it's ready. Thanks. |
@eivantsov Any progress on this issue? |
@james10174 worked for me with the latest master. Give ti a shot with a nightly build |
Not sure if I got all the debug setting right but it's not stopping at the markers. Trying a simple console java helloworld. The debugger attaches to host it seems.
java -jar -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y ${current.project.path}/target/*.jar

pom file.
4.0.0
org.eclipse.che.examples
console-java-simple
jar
1.0-SNAPSHOT
hello-app
http://maven.apache.org
junit
junit
3.8.1
test
org.apache.maven.plugins
maven-compiler-plugin
2.4
true
source
org.apache.maven.plugins
maven-jar-plugin
2.4
true
lib/
org.eclipse.che.examples.HelloWorld
The text was updated successfully, but these errors were encountered: