matthiasblaesing commented on issue #8261: URL: https://github.com/apache/netbeans/issues/8261#issuecomment-2761645304
@junichi11 thank you for the log, yet it does not yield more info to pin point the problem. Would it be possible, that you do the following: 1. Open the `webcommon/typescript.editor` and `ide/lsp.client` projects in your normal development IDE 2. Place Breakpoints in (this assumes your checkout is still at b40de71ee9aae98ab59a17d65de77736bcb86717: - `TypeScriptLSP.java`, line 67 - `LSPBindings.java`, line 367 3. Launch one of the modules in Debug Mode. 4. Open the `webcommon/typescript.editor` in the debugging IDE launched from step 3 5. Wait till the first breakpoint is hit 6. Get the values of the local variables `node` and `server.getAbsolutePath()`. With these values please see if you can run `<value of node> <value of server.getAbsolutePath()> --stdin` (can be shutdown by pressing CTRL-D in a terminal) and `<value of node> <value of server.getAbsolutePath()> --help` 7. Get value of `p.isAlive()` and if that is `false`, the value of `p.exitValue()` 8. Continue the run 9. Get value of `pprocess.isAlive()` and if that is `false`, the value of `process.exitValue()` For some reason the LSP server dies and the idea here is to try to get the info why that is happening. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists