How to debug free APIs?

The free APIs are awesome. They provide concise and readable code.
But it is a serious pain when something works as expected.

Are there any ways to see the intermediate results of the method calling the chain in VS? Could there be some add-ons?

+6
source share
1 answer

Since VS 2012 you can now see the returned results of the methods in the chain. See Auto window.

+1
source

All Articles