Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing a way to record "onApplicationStart" flows #27

Open
SoftHai opened this issue Apr 6, 2020 · 2 comments
Open

Missing a way to record "onApplicationStart" flows #27

SoftHai opened this issue Apr 6, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@SoftHai
Copy link

SoftHai commented Apr 6, 2020

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.

@ipselon
Copy link
Contributor

ipselon commented Apr 7, 2020

@SoftHai,

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

@ipselon ipselon added the enhancement New feature or request label Apr 7, 2020
@ipselon ipselon self-assigned this Apr 7, 2020
@SoftHai
Copy link
Author

SoftHai commented Apr 7, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants