editors/DebugViewer.py
Mon, 14 Aug 2017 23:27:15 +0300 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
Mon, 14 Aug 2017 19:13:01 +0300 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
Fri, 18 Nov 2016 13:57:42 +0300 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
Sun, 18 Jan 2015 20:38:34 +0100 Edouard Tisserant more minor cleanup
Mon, 14 Oct 2013 12:28:44 +0200 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
Mon, 14 Oct 2013 10:31:32 +0200 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
Mon, 03 Jun 2013 22:09:01 +0200 Laurent Bessard Rewrite DebugVariablePanel
Mon, 03 Jun 2013 08:35:23 +0200 Laurent Bessard Fixed bug when closing debug tab or beremiz frame with variable debugged and PLC is running
Fri, 31 May 2013 14:17:23 +0200 Laurent Bessard Fixed bug Viewer not refreshed when debugging
Mon, 27 May 2013 13:09:54 +0200 Laurent Bessard Moved and rewrote DebugViewer and DebusDataConsumer classes