Is there a free alternative to Exception hunter?

前端 未结 3 441
花落未央
花落未央 2020-12-13 11:42

I\'m switching back and forth between Java and C# and one thing I miss while I\'m coding in C# is the enforced exception checking (Although I admit I also find it really irr

3条回答
  •  情歌与酒
    2020-12-13 11:56

    Get Exceptional website is one possibility. Basic idea is that you create software and all exceptions are sent to this site to your account where you can pick them up. Of course it doesn't read your code and see what exceptions are there.

    I don't know if there is C# library yet but the API is not too hard.

提交回复
热议问题