I would like to know if it is possible without using Debug.WriteLine
to view the values passed to my method through Visual studio using a BreakPoint, either by some external resource or not.
I would like to know if it is possible without using Debug.WriteLine
to view the values passed to my method through Visual studio using a BreakPoint, either by some external resource or not.
Just put a breakpoint in the method and hover over the parameters.
Orputthevariablesinthewatchwindow