Time:11-28
Is there an easier way to do this?
CodePudding user response:
try { // Your code here. } catch (Exception e) { #if DEBUG System.Diagnostics.Debugger.Break(); #endif }
You set breakpoint in
Page link:https//www.codepudding.com/Mobile/624531.html