webcodesk-srv icon indicating copy to clipboard operation
webcodesk-srv copied to clipboard

Missing a way to record "onApplicationStart" flows

Open SoftHai opened this issue 5 years ago • 2 comments

Hi,

the debugging capabilities in the tool are really amazing. The way to record the execution of flows and there elements with all the input / output information are very helpful.

How ever, this is cool for flows executed by user interactions (like a click). There is unfortunately no way to record flows directly from start of the application which makes it hard to debug onApplicationStart flows.

I would like to hit the record button and then do a page refresh to record the ApplicationStart flows but the refresh button is disabled once the record is activated.

SoftHai avatar Apr 06 '20 21:04 SoftHai

@SoftHai,

Thanks. I'll mark it as an enhancement. However, I don't know how to put it into practice yet.

ipselon avatar Apr 07 '20 05:04 ipselon

I would imagine to do it somehow similar as you do it in a browser:

  • Activating record (like setting the break point)
  • Refresh the page and record from the first second of the application load.

SoftHai avatar Apr 07 '20 06:04 SoftHai