If no better alternatives exist, you could put the breakpoint in code:
System.Diagnostics.Debugger.Break();
Just don’t forget to remove it afterwards…
If no better alternatives exist, you could put the breakpoint in code:
System.Diagnostics.Debugger.Break();
Just don’t forget to remove it afterwards…