I ran into this issue https://github.com/julia-vscode/julia-vscode/issues/2299 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?