editors/DebugViewer.py
2015-01-18 Edouard Tisserant more minor cleanup
2013-10-14 Laurent Bessard Added support for optimizing debug, preventing to filling buffers with only the last value for debug data consumers that only show the current state
2013-10-14 Laurent Bessard Added new debug process separating non-wx thread extracting debug values from connector and 10 Hz wx timer refreshing Beremiz debug Viewers and communicating throw double-buffering, to avoid segmentation faults and optimize CPU usage
2013-06-03 Laurent Bessard Rewrite DebugVariablePanel
2013-06-03 Laurent Bessard Fixed bug when closing debug tab or beremiz frame with variable debugged and PLC is running
2013-05-31 Laurent Bessard Fixed bug Viewer not refreshed when debugging
2013-05-27 Laurent Bessard Moved and rewrote DebugViewer and DebusDataConsumer classes