kbLogger 2.0.b1
The automotive ready test and logging program.
kbScript

kbScript is based on QtScript (JavaScript) and contains some extensions especially for kbLogger.

As described in the Qt documentation, QtScript is based on the ECMAScript scripting language, as defined in standard ECMA-262. Microsoft's JScript, and Netscape's JavaScript are also based on the ECMAScript standard. For an overview of ECMAScript, see the ECMAScript reference. If you are not familiar with the ECMAScript language, there are several existing tutorials and books that cover this subject, such as JavaScript: The Definitive Guide.

Tracing into the TraceViewer.

The kbScript consists of the QtScriptEngine with the add on for tracing into TraceViewer child window. This is useful for debugging in "printf" style.