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

[EnvVar] Treat well-known debugging environment variables as lists #34689

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 7, 2024

  1. [EnvVar] Treat well-known debugging environment variables as lists

    The following environment variables are semi-colon lists, like "PATH"
    
    * _NT_SYMBOL_PATH
    * _NT_ALT_SYMBOL_PATH
    * _NT_SYMCACHE_PATH
    
    Treat them as lists in the Environment Variable editor.
    
    Windows Debugger paths are [documented as being semi-colon
    delimited][0]. The [`_NT_SYMCACHE_PATH` is used by WPA][1], and it also
    documented as being semi-colon delimited.
    
    [0]: https://learn.microsoft.com/en-us/windows/win32/debug/symbol-paths
    [1]: https://learn.microsoft.com/en-us/windows-hardware/test/wpt/loading-symbols
    chwarr committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e6444a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d354183 View commit details
    Browse the repository at this point in the history