Example #1
0
 public void AddExceptionBreakpointFilterUserUnhandledWithOptions(string options)
 {
     ExceptionFilterUserUnhandledOptions           = new ExceptionFilterOptions();
     ExceptionFilterUserUnhandledOptions.filterId  = "user-unhandled";
     ExceptionFilterUserUnhandledOptions.condition = options;
 }
Example #2
0
 public void AddExceptionBreakpointFilterAllWithOptions(string options)
 {
     ExceptionFilterAllOptions           = new ExceptionFilterOptions();
     ExceptionFilterAllOptions.filterId  = "all";
     ExceptionFilterAllOptions.condition = options;
 }