File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,15 @@ fn test() {
87
87
In the example above, the second expected statement uses pattern matching through a regular expression
88
88
by using the ` pattern: ` prefix.
89
89
90
+ #### Testing Locally
91
+
92
+ Currently, only Natvis visualizations have been defined for the ` regex ` crate via ` debug_metadata/regex.natvis ` ,
93
+ which means the ` tests/test_visualizer.rs ` tests need to be run on Windows using the ` *-pc-windows-msvc ` targets.
94
+ To run these tests locally, first ensure the debugging tools for Windows are installed or install them following
95
+ the steps listed here, [ Debugging Tools for Windows] ( https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/ ) .
96
+ Once the debugging tools have been installed, the tests can be run in the same manner as they are in the CI
97
+ pipeline.
98
+
90
99
#### Note
91
100
92
101
When running the debugger visualizer tests, ` tests/test_visualizer.rs ` , they need to be run consecutively
You can’t perform that action at this time.
0 commit comments