Flow handler debugging
· One min read
Setting up a remote debugger to remotely debug code running on an external service can seem like a complicated task. Fortunately, Node.js and most popular editors make this quite simple.
To save everyone some time, we have documented how people can hook up a remote debugger to step through their handler code here.
What many developers on the Flow platform might be unaware of however, is that Flow also allows you to directly execute specific task handlers in an isolated context, without needing to start and run through a flow. For more details, check out our documentation here.
