exception on new bot (07.29.2010):
Code:
System.InvalidOperationException: List that this enumerator is bound to has been modified. An enumerator can only be used if the list does not change.
at System.Windows.Forms.ListBox.ItemArray.EntryEnumerator.System.Collections.IEnumerator.MoveNext()
at BOIGB.BOIGB.WriteDebugToFile()
at BOIGB.BOIGB.Debugger_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
maybe you can add a checkbox to enable/disable the complete debug/log function.
The Start/Stop button @Debug log just add "Debug view is disabled." to the list but dont stop debuging.