controls/DebugVariablePanel/RingBuffer.py
11 months ago Edouard Tisserant Removed forgotten debug print.
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2021-06-16 Edouard Tisserant IDE: Fixed variable traces graphs RingBuffers. Removed an apparently useless wxCallAfter in trend graph that was leading to pydeadobject exception on wxGTK when double-clicking.
2021-06-14 Edouard Tisserant IDE: Cleaned up some useless tests in variable trace data handling code, changed from bare numpy arrays to RingBuffers inorder to avoid RAM outage and crash after long tracing session.