Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debug: fix double substitution for paths in goto_file from stacktrace window #3675

Commits on Aug 2, 2024

  1. debug: fix double substitution for paths in goto_file from stacktrace…

    … window
    
    When the content of the stacktrace window is computed in s:show_stacktrace(),
    s:substituteRemotePath() is already used to map remote paths to local paths.
    goto_file() is intended to jump to the desired location in the source code which
    resides on the local machine. Thus it should use the _local_ path and not
    translate the path back to the remote version.
    gremat committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bc93992 View commit details
    Browse the repository at this point in the history