Does anyone know of a IDE you can use for jscript? I’m having to write a script in workflow to split some XML data down and could really do with being able to debug it line by line
Don’t know if this would help but when I need to run a script line by line in debug, if it works, I copy it in the Designer scripts and debug it there.
How do you run debug line by line in designer as I’ve not seen that
Create your script then copy/paste it in a script in the Designer. Most likely you’ll need to adapt it to the Designer environment because you can’t access value like Workflow variable or jobinfos but once setup, you can right-click on the script and select Debug…
Hi,
I don’t seem to have that option:
I am talking of scripts in the Designer, not the Datamapper:
Hi
Thanks, but don’t think will help. I’m going to have to just trying to put log after log in workflow, however thats very time consuming as the data I’m working with is XML and PReS can’t handle the data in the template there’s too many array records so I’m having to split it down.