How to debug fluent APIs?
Asked Answered
P

1

7

Fluent APIs are awesome. They give concise and readable code.
But it is a severe pain when something works as not expected.

Are there any ways to see the intermediate results of the method calls chain in VS? May be some add-ins?

Pejorative answered 26/3, 2013 at 7:44 Comment(0)
P
1

Since VS 2012 is is now possible to see returned results of methods in a chain. See autos window.

Pejorative answered 2/9, 2014 at 11:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.