0
tusksoft created
This is one of the more maddening things about ASP.NET Zero/ABP- when debugging the application locally I want to see where exceptions are coming from at runtime within my IDE. I know they're written to the log but that's not an efficient workflow. How can I keep ANZ/ABP from swallowing exceptions when running locally? Is this primarily a symptom of async code or specific to the platform?
1 Answer(s)
-
0
Hi @tusksoft
It should work like that in DEBUG mode. Could you share a sample code block and the behavior you expected so we can test it ?
Thanks,