andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

Debugging with AE.Net.Mail #171

Closed mediocreguy closed 10 years ago

mediocreguy commented 10 years ago

This may be a dumb question or not even applicable to this project - however - when debugging a program using the latest AE.Net.Mail NuGet project (1.7.9.2), I keep getting "ImapClient.cs not found" - "You need to find ImapClient.cs to view the source for the current call stack frame" when a call to the GetMessage() method is made. I can click continue and the program continues normally - it does not appear to be an exception. Does anyone know how to stop this behavior?

Thanks!

mediocreguy commented 10 years ago

Discovered that the 1.7.9.2 code has System.Diagnostics.Debugger.Break() calls - went back to the 1.6.0 version - seems to be working well.