Description
Add the possibility to explore cy.task args as it is in Cypress debug window

Now it's displaying as Object{5}
File with an example:
Visit.feature.zip
Example usage
What is profit?
In cy.task case for example we could provide some data which are important for debugging. As example on my project we are using them for requests instead of typical cy.request. And it's contain request options and response. So it will be useful.
P.S. If it will be possible to add such an opportunity for Yielded object as well, not only Args
