Martin Entlicher
Martin Entlicher
To submit a breakpoint via JDI we need the class name and line number. In case of Java, if everything goes well then the correct class name is retrieved from...
The existing Ruby debuggers are not showing anonymous arguments. I've tested: VS Code with https://marketplace.visualstudio.com/items?itemName=rebornix.Ruby  VS Code with https://marketplace.visualstudio.com/items?itemName=KoichiSasada.vscode-rdbg  RubyMine 2022.2.1  I think that users can just...
Currently, there is no option like `--dap.SourcePath`. We will add this.
@KaminskiDaniel0 what is the intended behavior after the new debugger-specific timeout expires? Is canceling of the debugger session enough? Or would you expect also an automatic termination of the application...
This is fixed by https://github.com/oracle/graal/commit/e1f81a946c5b83c960bbea847f06a0cc52731927.
Your change is in: https://github.com/oracle/graal/commit/978c81e6180874ee7676c2f13d30eccff82a1e25 Thanks for your contribution.