Debug.Assert does not work ? Why ?

Discussion of chess software programming and technical issues.

Moderator: Ras

Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Debug.Assert does not work ? Why ?

Post by Henk »

I'm using Visual studio 2015 Community. When I run unit tests that execute my engine search code in debug mode Debug.Assert seems to work fine. It breaks when an Debug.Assert fails. But when I start my web application in debug mode Debug.Assert does not work. Looks like it skips them all.
Henk
Posts: 7251
Joined: Mon May 27, 2013 10:31 am

Re: Debug.Assert does not work ? Why ?

Post by Henk »

Nevermind. Already found it. Default listener had been removed in web.config file while it should not.