yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

An Idea: Re-test

Open serhatozles opened this issue 9 years ago • 5 comments

I'm just wondering. We have all request body in log. We can make over there a button like "re-test"? . Because i think we need usually, if there is a problem, we want to check after to solve that problem. this can speed up the work.

What do you think?

serhatozles avatar Apr 14 '17 20:04 serhatozles

We have all request body in log

that is usually not the case.

What exactly should the re-test button do? Reload the page?

cebe avatar Apr 14 '17 21:04 cebe

Reload the page?

No. Maybe "Re-test" is not the right word. it could be "Re-run". Actually, I wanna check with that if there is a problem with same request datas and if i'm thinking that the problem solved, i wanna see "the problem is really solve or not?" with same request body.

Here is the event; We take request body with cookies from the debug log or whatever we need, we can send curl or however we do, and resultly the debug has been already run at background when we send a request.

serhatozles avatar Apr 14 '17 23:04 serhatozles

Interesting idea but we need full request/response abstractions in order to achieve it.

samdark avatar Apr 15 '17 21:04 samdark

Actually, i thought we have allready. Headers, $_POST,$_GET,Cookies. we have whatever we need. i might try to do that.

serhatozles avatar Apr 16 '17 21:04 serhatozles

I think it is a great feature for web developer.

tourze avatar Dec 01 '18 09:12 tourze