Is there a good way or any way to debug the javascript in Filters or Transformers?
Announcement
Collapse
No announcement yet.
Debugging javascript
Collapse
X
-
Re: Debugging javascript
The only real way is to use the logger.debug/.info/.error statements and check the console or logs. You can use a browser-based Javascript debugger to check non-Mirth-specific code, but it only helps so much. The validate javascript button will ensure your syntax is correct, but that's about it.
-ChrisChris Lang
-
Comment