This is not a real programming question, but it's driving me crazy...
Please do not close it immediately as "asking for tools" (even if I do :-D)
At the moment I have to fix something in a JavaScript/AngularJS web-application. This was not done by me, I'm digging for nuggets in cubic meters of sand...
The application is loading rows from a web-service. The application shows, that there are 22 rows loaded, 22 unique IDs are there in an array. The web-service' response via DevTools tells me, that 18 rows were fetched. 4 rows seem to exist some where.
I know the unique IDs (GUIDs), which were not part of the loading. Now I'd like to do something like a full-text search at runtime if I can find these strange GUIDs somewhere in any context...
Does Crome DevTools offer such a tool? Might be you have another suggestion...