ken1
1
When using the debugger, it is not possible to go step-by-step when the workflow involves a popup or group focus.
The problem is when you have a break point after the popup/GF is opened, as soon as you click the Run Next button the popup/GF closes making it impossible to inspect elements or continue the workflow.
Also, there is no way to interact with the popup/GF when debugging a workflow in step-by-step. For example, if I have two workflows, one to open a GF and the other to do something after changing settings on the GF, I cannot interact with the GF once it’s open. As soon as I click the Run Next the GF closes. Also, I cannot make changes to elements on the GF when in that step in order to test the workflow. There is no way to interact with it in the debugger.
Am I missing something? Thanks!
Have you tried checking your pop up visibility settings also check your condition on workflow trigger to hide and show your pop up
ken1
3
Sure. It does hide/show with no problem.
The issue is I have elements on the popup or GF for the user to interact with. I cannot test these interactions and then step through the workflow as I can with the page directly.
If I trigger a workflow by interacting with the popup, and the workflow has a breakpoint then the debugger will stop there. But I cannot step through because as soon as I click Run Next, the popup closes and the workflow is disrupted.
In my opinion, clicking inside the debugger should not be recorded by Bubble as clicking outside of the popup/GF. This would allow it to stay open and step through the workflow or stop at a breakpoint to continue from there.
You can use temporary condition like When debug_mode is “on” alternatively you should try Create a separate test page that mimics the popup but uses regular elements. This would allow you to debug the workflow in a more stable environment and then transfer the confirmed logic back to the popup
ken1
5
How would you do that? I have not seen this as an option.