I ran into this issue Julia REPL segfaults when loading R's sf package through RCall.jl · Issue #2299 · julia-vscode/julia-vscode · GitHub that can only be reproduced in the REPL (one that’s connected to VS Code). I am trying to obtain a useful dump from the segfault following Reporting and analyzing crashes (segfaults) · The Julia Language. However, the line
$ gdb --args usr/bin/julia-debug <path_to_your_script>
requires a script to be run. Is it possible to use gdb with the julia REPL instead of a script so that I can debug the above issue?