A memory access visualization library #360
Labels
Beginner
Simple projects that can be done by people relatively new to programming.
Developer tooling
Help your fellow developers out by making their job a bit more enjoyable with good tooling.
Medium work
This project takes little time to complete. (ETA week or two)
Project description
When developing C++ software sometimes it is needed to debug access to elements within arrays. Since while processing arrays the software doing it has to pass many iterations, debugging it step-by-step while watching into watch is not the most comfortable way.
It is proposed to add a bit of visualization to the process.
Also it should be possible not only to display the picture in real time, but also log the events into a binary format, and then visualize them.
Relevant Technology
Complexity and required time
Complexity
Required time (ETA)
Categories
The text was updated successfully, but these errors were encountered: