Technology changes the world and we believe it shall serve humanity towards the better future of all of us. The cleaner environment, the safer and more secure societies shall be the issues of the utmost importance.

We are also convinced that we can contribute towards these goals by providing reliable and efficient tools that will help other engineers to build better solutions.

The vcdMaker is an open and free application for translating text log files into the VCD (Variable Change Dump) format files. It is supposed to help you to debug your applications and systems.

There are many free and commercial tools available on the market which display VCD format files as a waveform. One of the free tools has been described in the manual as well.

We appreciate your feedback. Share your ideas, success stories and comments via e-mail.

Follow us on Twitter

Docs

The vcdMaker documentation can be downloaded from here!. It is also provided in the installation package.

download

Windows

Installer - The latest Windows installation package. It updates the user’s path so as the application could be invoked from anywhere. The application can be fully removed during the uninstallation process.

ZipArchive - The archived version of the application for those who do not like installation packages.

Linux

vcdMaker-3.0.2-amd64.rpm - The RPM package.

vcdMaker-3.0.2-amd64.deb - The DEB package.

vcdMaker-3.0.2-amd64.zip - The zipped archive of statically linked binaries. Recommended for systems not having the latest C++ runtime libraries.

Sources

See sources and submit bugs here.

video

The introduction to the idea has been put together in the form of a short video which can be watched below.

Merging logs.

More videos are available on the YouTube channel:

https://www.youtube.com/channel/UCTydgN10m4htHm-xWLbcL1w

about

As the experience shows, no matter what the industry is and what the target application is, engineers tend to create log files to analyze their systems and applications. In many cases these are many megabytes files. Developers just read them or prepare scripts to get them analyzed automatically. The idea presented here compromises these two approaches by visualizing the log. Although the analysis is still manual the engineer is given a kind of freedom and flexibility in the system’s exploration. One can easily measure time events or change the format of the displayed data.

Of course logs are not usually created in the format used by vcdMaker. Provided, they contain time stamps, variables’ names and their values they can be easily transformed to the vcdMaker format as well. In the most extreme case all you need are just values!

It is beneficial to have the insight into the system at the every stage of its development, not only while hunting for bugs. Quite often people rely on assumptions. We all have heard statements such as: ‘This library will never return values out of range.’ or ‘I would be surprised to see this interrupt happening often.’. Then, it turns out it is not so uncommon to see the library returning unexpected values and the interrupt handler is invoked every 350 us. Having means to see those things in advance might improve one’s design yet before the bugs sneak out.

Enjoy it.