$templates.shared.doctype {= include "templates.shared.util.convert_to_valid_node_name"; debug_message("debug.cfv START\n"); string profile_name = internal.profile_name; string window_title = PRODUCT_NAME . " Debug"; string debug_node_name = volatile.debug_node_name; string debug_msg_path = "IPC." . debug_node_name; string debug_info = "-"; string support_info = "-"; string debug_output = ""; # ---------------- # get debug values # ---------------- if (node_exists(debug_msg_path . ".debug_info")) then ( debug_info = node_value(debug_msg_path . ".debug_info"); ); if (node_exists(debug_msg_path . ".support_info")) then ( support_info = node_value(debug_msg_path . ".support_info"); ); if (node_exists(debug_msg_path . ".debug_output")) then ( debug_output = node_as_string(debug_msg_path . ".debug_output"); ); =}
$debug_info
Please tell $PRODUCT_NAME about this problem, copy the text below and email it to $SUPPORT_EMAIL