Ivan Yonchovski
Ivan Yonchovski
@prittjam if you run it via the provided template you will have an interactive dialog in which you can pick the process by name. Generally, this will give you the...
I think that vscode(and maybe the other IDEs) here generates a jar which holds the classpath and then it runs this with `java -jar`. > I believe javac allows passing...
We try to support java 8 but I won't reject a PR which allows using argfiles
ATM this is not possible using dap-ui-repl. Somebody has to investigate and implement it if possible.
@amirdib in general, you may run an external python process that supports graphics and connect using dap-mode.
reffer to that, and afaics there is attach template registered in dap-python: https://github.com/microsoft/debugpy#attaching-to-a-running-process-by-id
@lbolla the bug is that we don't delete the old one, ATM you should delete the server and install it again otherwise you are risking random issues.
@MyriaCore you can use chrome/ff/node/edge debuggers currently available - you may follow https://emacs-lsp.github.io/lsp-mode/tutorials/reactjs-tutorial/
> @yyoncho Hey, are there plans to integrate this since the other extensions are deprecated? @minikN as soon as we have time but that is true for like 90% of...