Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jun 25, 2020
2 parents 23bac0a + 021eddc commit da71f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project provides a custom debugging visualizer that maps out these possible

## Usage

Choose **DateTime Visualizer** from the magnifying glass dropdown while in a Visual Studio debugging session. If there is only one entry, or you've previously chosen it, you can click directly on the magnifying glass.
Choose **DateTime Visualizer** from the magnifying glass dropdown on an expression which references a `DateTime` while in a Visual Studio debugging session. If there is only one entry, or you've previously chosen it, you can click directly on the magnifying glass.

> **Note**
> If the type of the target expression is `DateTime`:
Expand Down Expand Up @@ -63,7 +63,7 @@ To delete the visualizer:

## Build

The project makes use of submodules, so you need to clone or pull changes into the repo using `--recurse-submodules`, as described [in the Git documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules).
The project makes use of submodules from [Periscope](https://github.com/zspitz/Periscope) and [Periscope.Debuggee](https://github.com/zspitz/Periscope.Debuggee), so you need to clone or pull changes into the repo using `--recurse-submodules`, as described [in the Git documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules).

## Contributing / Feedback

Expand Down

0 comments on commit da71f81

Please sign in to comment.