I wrote a simple MessageBoxAppender
for log4net. I added an OK option to enable debugging (either to an attached debugger, or launching a new one).
The problem right now is that the debugger stops at the Debugger.Break()
line (naturally). Is there a way to cause it to pause further up the stacktrace? Preferably at the location of the Logger call?