summaryrefslogtreecommitdiffstats
path: root/apps/uscxml-debugger.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/uscxml-debugger.html')
-rw-r--r--apps/uscxml-debugger.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/uscxml-debugger.html b/apps/uscxml-debugger.html
index 66ac552..3aece02 100644
--- a/apps/uscxml-debugger.html
+++ b/apps/uscxml-debugger.html
@@ -2639,6 +2639,9 @@
contentType: params.sendType,
url: this.debuggerURL + url,
success: function (dataObj, statusString, xhrObj) {
+ self.log("Received from " + url);
+ self.log(dataObj);
+
if ("status" in dataObj && dataObj.status === 'success') {
params.onSuccess(dataObj, statusString, xhrObj);
} else {