Hi WebVI developers! I wanted to share a LabVIEW NXG 5.0 Web Module Add-on that I put together called Debug Tools for WebVIs available in the NI Community Example Code Repository at the following url: https://bit.ly/debugtools
Included is the Debug Log VI that can take any value on a wire and log a representation of it to the console. This tool is a compliment to the existing debugging techniques available for debugging WebVIs in LabVIEW NXG. The Debug Log VI is useful for logging values deeply nested in SubVIs or with complex types such as Arrays of Clusters of Arrays, etc.
Milan