How to view through breakpoint what values have been passed to my method?

Asked

Viewed 29 times

1

I wonder if it’s possible without using the Debug.WriteLine view the values passed to my method through Visual studio using a Breakpoint, whether by some external resource or not.

  • Eai, young man. The answer answered what you needed?

  • Answered yes LINQ, sorry the delay to mark as correct ! Thanks c: +1 to you(as always sending good answers).

  • All in all, I know you’re already experienced at the site and know how to use it, so I’m not even bothered by non-acceptance. I just wanted to know if I really understood your question. Anyway, I’m glad I could help you =D

1 answer

3


Just put a stop sign (breakpoint) in the method and hover over the parameters.

inserir a descrição da imagem aqui

Or put variables in the window watch

inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.