Ting Zhou

Results 37 comments of Ting Zhou

I think they are not actively maintaining it. But you can use my fork to test it https://github.com/ztlevi/inch

Codelldb seems to be a much more popular one. Can we make lldb as default for codelldb? Is it ok just change the following two locations? https://github.com/emacs-lsp/dap-mode/blob/master/dap-codelldb.el#L57 https://github.com/emacs-lsp/dap-mode/blob/master/dap-gdb-lldb.el#L104

@yyoncho Yeah, `M-x shell-command RET java -version` shows ``` openjdk version "1.8.0_282" OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_282-b08) OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.282-b08, mixed mode) ``` But in my terminal,...

I don't know why... `M-x shell-command which java` gives me `/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java` which in terminal ``` junit-demo on  main [!+?] is 📦 1.0-SNAPSHOT via ☕ v11.0.10 took 14s ➜ which...

@yyoncho Does dap-mode has special logic to find java executable? Should it respect https://github.com/ztlevi/junit-demo/blob/main/pom.xml#L11-L12?

Use `(setq dap-java-java-command "/usr/bin/java")` does not work...