Base solution for your next web application
Open Closed

Prevent ASP.NET Zero from swallowing exceptions when debugging locally #7381


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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,