devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Give us the ability to keep devtools open even after the app disconnected

Open feinstein opened this issue 8 months ago • 0 comments

I am debugging a dart CLI app, and I send an HTTP request as the last step my CLI takes. I can't check the networking traffic data in devools, because it closes as soon as my CLI closes.

It would be better if devtools let me know the app disconnected (as it does), but also provides me the option to stay disconnected so I can check all the data that has been gathered so far for that old session.

feinstein avatar Dec 13 '23 23:12 feinstein