Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Fix display of shadowed variables while debugging #2254

Merged
merged 3 commits into from
Jan 23, 2019
Merged

Fix display of shadowed variables while debugging #2254

merged 3 commits into from
Jan 23, 2019

Commits on Jan 17, 2019

  1. Fix display of shadowed variables while debugging

    Ensure that shadowed variables have a unique name so they are properly
    displayed in the variables pane.  Each nested scope will enclose the
    variable name in a pair of parentheses.
    jhendrixMSFT committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    2d2e7cd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. relocate GoVariableFlags

    jhendrixMSFT committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    df930aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f82dda9 View commit details
    Browse the repository at this point in the history