Op 2011-01-10 17:40, Andrew Brunner het geskryf:
> problems there in a while.  My issues are with debugging the threaded
> network engine - when data arrives - app stops @ break point - I get

It's not perfect, but I had great success debugging our threads using
tiOPF's tiLog unit. You can specify one or more output methods (console,
event log, file, GUI etc). I specify a log file, then simply filter that
log file lines using the thread ID I am interested in.
tiOPF's logging ability is multi-thread aware, does cached logging to
file, gui etc (not console).


  http://www.tiopf.com/
  http://wiki.freepascal.org/tiOPF


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to