Open
Description
Possibly related to oracle/graal#5125, C files from standard libraries such as "zlib" appear in the "Loaded Scripts" section in the VS Code debugger, but the paths are wrong. As a result, clicking on any of those files results in an error saying "Could not load source '/bad/path/file.c': Could not retrieve content."
It looks like the path being used is the directory of the script I'm debugging, rather than the TruffleRuby home directory.