|
: 13 : 16 : 3 |
Our admins recently created a new copy of the 8.5 mail template that I added some additional code to for automating the creation of our required connection documents and to log some user details. Well, it has been discovered that something happened to that template which caused the $RespondedTo field to not get populated with a value when you Reply, Forward, or anything of that nature.
Well, I used the new handy eclipse search function to find all the places that this field was being used. However, while it was searching I turned on the debugger and opened a message so that I could reply to it and try and see where this field was coming up and quickly realized that could take an eternity with all the different code used in the mail template.
That got me thinking that having a way to set a "conditional" continue in the debugger where you could say that you want to continue until you find some specific word, phrase, or piece of code, then stop might be pretty cool. Well, at least in the eye of the beholder it would be cool. We shall see what everyone else thinks.
|