HDB-Li / LLDebugTool

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
https://github.com/HDB-Li/LLDebugTool
Other
739 stars 122 forks source link

能添加按页面列出网络请求吗? 而不是filter,希望能把入参单独拿出来 #59

Closed WWQ824 closed 5 years ago

WWQ824 commented 5 years ago

希望加入考虑

WWQ824 commented 5 years ago

网络请求按页面缓存, 按页面获取

HDB-Li commented 5 years ago

@WellSimith According to viewController?

WWQ824 commented 5 years ago

Yes, just like Log page, can u do it?

HDB-Li commented 5 years ago

@WellSimith Network requests cannot be located to a specific viewController because network requests are detected by registering custom URLProtocol and there is no way to know which viewController you are calling the request from.

WWQ824 commented 5 years ago

I know, THKS!