Share

Debugging

MCG provides rudimentary debugging options by displaying values to the MAXScript Listener. Nodes related to debugging are listed under the Debug category of the Operator Depot.

Print

Use the Print node to print a single value to the MAXScript Listener. The printed value continues to flow along the remainder of the graph. The other Print related nodes allow you to specify a label to the printed value.

Trace Array

To debug the values contained in arrays, use the Trace Array node. This will provide you with the size of the array and its printable contents.

Was this information helpful?