debug icon indicating copy to clipboard operation
debug copied to clipboard

Feature request: Make `fs_map` work with UnixDomainServer

Open jvilk-stripe opened this issue 3 years ago • 0 comments

Your proposal Make fs_map work with UnixDomainServer. Right now, the code disables this feature for UnixDomainServer:

https://github.com/ruby/debug/blob/master/lib/debug/server_dap.rb#L131

Additional context

Stripe runs ruby on a remote server and VS Code on a laptop. We proxy the unix domain socket from server to laptop, and need to use the fs map feature to translate file paths.

jvilk-stripe avatar Aug 30 '22 20:08 jvilk-stripe