Ehmm.. i think you can click on Debug (ComboBox) and click on "Clean debug window" option
Btw.. im wondering why can't do this..
function OnEvent_ChatWndCreated(ChatWnd) {
var Contacts = ChatWnd.Contacts;
for (i = 0; i < Contacts.Count(); i ++) {
contacto = Contacts[i];
Debug.Trace(contacto.Email);
}
}
I think is much easier then Enumerator