11 months ago |
Edouard Tisserant |
Fix strings displaying as repr(bytes) in debug view.
|
file |
diff |
annotate
|
11 months ago |
Edouard Tisserant |
Fix variable tracing in new eRPC interface.
|
file |
diff |
annotate
|
2022-11-01 |
GP Orcullo |
str encoding fixes
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
fix for gc errors on shutdown
python3
|
file |
diff |
annotate
|
2022-10-28 |
GP Orcullo |
automated conversion using 2to3-3.9 tool
python3
|
file |
diff |
annotate
|
2022-09-09 |
Edouard Tisserant |
IDE: fix exception transfering or reconnecting after tracing variables
|
file |
diff |
annotate
|
2021-10-08 |
Edouard Tisserant |
Prevent exception when asking for CSV dump while variable traces are still empty
|
file |
diff |
annotate
|
2021-07-29 |
Edouard Tisserant |
IDE: Fixed use of RingBuffers in variable traces graphs when switching to 2D trend graph.
svghmi
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2018-01-18 |
Surkov Sergey |
fix import order according to PEP8
|
file |
diff |
annotate
|
2018-01-12 |
Surkov Sergey |
fix display TIME type variables in debug variable panel
|
file |
diff |
annotate
|
2017-10-25 |
Andrey Skvortsov |
fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
|
file |
diff |
annotate
|
2017-10-19 |
Andrey Skvortsov |
fix pylint warning '(bad-continuation) Wrong hanging indentation before block'
|
file |
diff |
annotate
|
2017-09-28 |
Andrey Skvortsov |
fix wrong-import-order. first standard modules are imported, then others
|
file |
diff |
annotate
|
2017-08-21 |
Andrey Skvortsov |
clean-up: fix PEP8 E265 block comment should start with '# '
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E272 multiple spaces before keyword
|
file |
diff |
annotate
|
2017-08-18 |
Andrey Skvortsov |
clean-up: fix PEP8 E127 continuation line over-indented for visual indent
|
file |
diff |
annotate
|
2017-08-17 |
Andrey Skvortsov |
clean-up: fix PEP8 E129 visually indented line with same indent as next logical line
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up: fix PEP8 E302 expected 2 blank lines, found 1
|
file |
diff |
annotate
|
2017-08-14 |
Andrey Skvortsov |
clean-up for PEP8: fix W291 trailing whitespace
|
file |
diff |
annotate
|
2016-11-18 |
Andrey Skvortsov |
fix license notices in source files and license files under GPLv2+
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2013-06-26 |
Laurent Bessard |
Fix bug when exporting string variables values in graph to clipboard
|
file |
diff |
annotate
|
2013-06-19 |
Laurent Bessard |
Added support for zooming graph so that it fits canvas size in Debug Variable Panel
|
file |
diff |
annotate
|
2013-06-04 |
Laurent Bessard |
Fixed in DebugDataConsumer value translation inhibit support
|
file |
diff |
annotate
|
2013-06-03 |
Laurent Bessard |
Rewrite DebugVariablePanel
|
file |
diff |
annotate
|
2013-06-03 |
Laurent Bessard |
Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
|
file |
diff |
annotate
|
2013-05-29 |
Laurent Bessard |
Moved and start to rewrite DebugVariablePanel splitting it into multiple files
|
file |
diff |
annotate
| base
|