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: make local variables load config configurable #3676

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gremat
Copy link
Contributor

@gremat gremat commented Aug 2, 2024

Note though that usage of a LoadConfig is not consistent:

  • If debug.vim:s:eval() is called directly, most notably from s:expand_vars() (i.e., when the user tries to expand a variable in the variable window), RPCServer.Eval() is used which currently (i.e., [email protected]) does not allow to specify a LoadConfig.
  • If debug.vim:s:eval() is called from go#debug#Print() (e.g., via :GoDebugPrint), RPCServer.Command() is used and DebuggerCommand is provided with a ReturnInfoLoadConfig. However, those values and the values used in the variables window differ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant