Jump to content

another vote for debugging support of some kind


Recommended Posts

I have a workflow that isn't working. I can add output nodes into the flow to see output. True. But in my case, that's not doing anything. My current workflow yields no output, and there is nothing in console.app.

 

Personally, if we could just set a pref (even on command using defaults; or a checkbox in UI) to just send debugging info to console.app, that would be more that glorious. I don't want or need anything fancy.

 

Anyway, I read in the forums here that the notion has been discussed. Just voicing my support for it.

 

Thanks.

Link to comment

This, along with my preference for doing all my editing in Sublime, is largely why I prefer to call the interpreter myself on a separate file in the workflow directory rather than paste the whole thing into Alfred. If you do that, you can then debug the script by adding "2>&1 | tee output.log" to the command. (A trick I picked up from Clinton Strong here.)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...