Replies: 1 comment
-
FWIW I managed to do this by seeing how it is done in the ecplise dirigible project: https://github.com/eclipse/dirigible It's a moving target but, at the time of writing, here are the relevant parts: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://www.graalvm.org/tools/chrome-debugger/ This article introduces how Graalvm performs remote debugging, but what I want to achieve is: I use java to run graal.js and execute other js scripts, how to code remote debugging, I hope there is a tutorial
Beta Was this translation helpful? Give feedback.
All reactions