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

service/dap: strip package paths from symbols in callstack #3500

Merged

Commits on Sep 15, 2023

  1. service/dap: strip package paths from symbols in callstack

    This solves the problem that function names with long package paths are hard to
    read when the callstack window is narrow, because all you see is the beginning
    of the package path.
    
    For example, instead of
    
      github.com/some/long/package/path/pkg.(*SomeType).SomeMethod
    
    we now display
    
      pkg.(*SomeType).SomeMethod
    stefanhaller committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d739a50 View commit details
    Browse the repository at this point in the history