You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ What's LINQBridgeVs?
10
10
11
11
LINQBridgeVs is a Visual Studio Extension compatible with Visual Studio 2012/2013/2015/2017.
12
12
It is a bridge between a Visual Studio debugging session and [LINQPad] (http://www.linqpad.net).
13
-
When enabled on a solution containing VB/C# projects, it creates at build time Custom Debugger Visualizer
13
+
When enabled on a solution containing VB/C# projects, it creates at compile time, a Custom Debugger Visualizer
14
14
mapping to all the public complex types and making the magnifier glass
15
-
available for all of them. By clicking on the magnifier glass on an object instance, it will be transmitted over a
15
+
available for all of them. By clicking on the magnifier glass on an object instance, this will be transmitted over a
16
16
bus and read back by LINQPad.
17
17
18
18
## Getting Started
@@ -23,7 +23,7 @@ when a solution is loaded, called "BridgeVs". There are two options available:
23
23
* Bridge Solution
24
24
* Un-Bridge Solution
25
25
26
-
Bridging a solution will enable all of the public types of every projects to be exported to [LINQPad](http://www.linqpad.net) at runtime.
26
+
Bridging a solution will enable all of the public types of every projects in the solution to be exported to [LINQPad](http://www.linqpad.net) at runtime.
27
27
28
28
Rebuild your solution, run it, set a breakpoint and hover the mouse pointer
29
29
on any object instance and the magnifier glass will appear.
0 commit comments