Does anybody have any tips that might speed up / simplify debugging a PAD flow? Currently, when an error occurs, the flow stops and exits debug mode. If you want to retry the offending action, you have to re-run large parts of the overall flow.
In my case, where the first step is to launch the automation browser and log in, I have to run my entire flow from the beginning to just to get that BrowserInstance variable again to be used later on. As a debugging workaround, I could try attaching to an existing browser just while debugging but (1) it's a crappy workaround and (2) I'm using the "Automation browser" which, unlike the other browsers, doesn't have the attach option.
Regardless of my particular case of web automation, in general it would be a huge improvement in developer experience to be able to re-run steps from a certain action without leaving the debug mode. Is this something that is in the works at Microsoft? It would be linked to this other idea regarding editing actions while debugging.