Page 1 of 1
Debug option
Posted: 18 Mar 2015 11:37
by Down2easy
Would it be possible to make some kind of debug option where you can go though a flow, step by step?
And in every step you can see or lookup the value of the variables.
I don't know if it is possible but I think it would be very helpful in larger and complicate flows.
Re: Debug option
Posted: 18 Mar 2015 12:05
by kintrupf
+1
Re: Debug option
Posted: 18 Mar 2015 17:02
by MURTUMA
It is possible by executing actions one by one but it's quite cumbersome and requires quite a few extra steps.
This definitely gets my vote too.
I'd like to add a sandbox option to this request. After running a flow in debug mode, all the changed settings would optionally revert to their original value.
Re: Debug option
Posted: 19 Mar 2015 12:27
by TraianC
+1
Re: Debug option
Posted: 20 Mar 2015 09:21
by mcyber
+1
Re: Debug option
Posted: 20 Mar 2015 11:21
by Martin
I agree that it would be nice to add a debug option without modifying the flow so I'll add it to the list of features under consideration (keep adding +1 if you would also like this feature). However it will be quite low priority for the moment since almost the same thing can already be achieved by adding conditions Debug Dialog to the interesting sections of the flow.
Re: Debug option
Posted: 21 Mar 2015 10:36
by TheBrain1984
+1
Re: Debug option
Posted: 21 Mar 2015 18:24
by colabi
+1
Re: Debug option
Posted: 12 Apr 2015 07:02
by bogdyro
+1
Just an ideea. How about adding a checkbox to every action or just some, to create a breakpoint and display variables there. I dont know how hard would that be. The implementation is up to you, of course.
Re: Debug option
Posted: 12 Apr 2015 11:12
by Martin
I would probably add this feature to the connection between actions/conditions so you could select the connection->edit->set breakpoint. The variables and the corresponding values would be shown when the flow executes this particular connection (similar like condition Debug Dialog already does).