-
Notifications
You must be signed in to change notification settings - Fork 5
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
Not stopping on breakpoint #107
Comments
I was just wondering yesterday whether anyone uses ncdbg anymore. I guess this answers it. :) I will try to take a look at this in the coming days. Please be patient. |
Apologies for the delay. I can reproduce the bug but I have no solution yet. |
Thanks for the update. I appreciate the effort. |
I've also picked up I can't do anything in Chrome DevTools (basically the URL |
@davidpcaldwell I also noticed the URL doesn't work. The new one seems to be:
I have some unpushed commits, will push them shortly. @mskcork I have been swamped with work, so I haven't really had time to look at this. But I have some time tomorrow, so here's hoping I can find a solution. |
Sounds good, @provegard -- DevTools API seems to be the way to go in JavaScript debugging these days, so good that you've implemented it for Nashorn. I'll have a look at your URL soon -- my script authors tthat URL itself, so I ahould be able to work around it if the output from ncdbg is incorrect. In the meantime, good luck! I am not yet running from a local checkout, but I was once, and can get back to there to help with validation if I do. |
Using the new URL you provided, @provegard, I am able to debug in Chrome, same situation as VSCode -- scripts stop at |
Ok, I tried this morning and it stopped on breakpoints when running the target with OpenJDK 13, but not OpenJDK11-OpenJ9. |
@davidpcaldwell which JDK do you use? |
Many thanks for all the effort and the feedback. |
My test was with this: Update: looks like my Update (ha!): My Nashorn embedding doesn't work on JDK 11. So I'll have to debug that first. But |
Hello, |
@benoitcerrina which JDK do you use? |
@mskcork the error in the log file tells us that the remote JVM does not recognize When I test with a regular OpenJDK 11 JVM, ncdbg stops on breakpoints as expected. |
@mskcork there should be a fix in the OpenJ9 project, see the linked issue. I do not know when that fix will make it into a release. @benoitcerrina @davidpcaldwell if you have experienced the same thing, do you have any exception stack traces to share? |
Using C:\Program Files\AdoptOpenJDK\jdk-11.0.5.10-openj9
See errors in attached logs
ncdbg.log
The text was updated successfully, but these errors were encountered: