I have come across several instances where a code element in our codebase needs updating.
However, I am struggling to locate the relevant code on the website that is opened by the debugger.
When the debugger opens a browser, such as Google Chrome, I must search for the specific area where I need to update the code. Specifically, how can I locate a particular word or phrase used as a code element in a page like an .ascx file or a JavaScript routine.
For example, one instance could be:
MultipleCheckBoxes
on the website, along with its many subsites?
The coding folder consists of a total of 2000 objects, and I am unfamiliar with the website's "navigation tree," but I suspect there are potentially dozens, or even hundreds, of pages and sub-pages.
This post on Stack Overflow tackles the opposite issue of going from code to the page:
What's a good way to navigate code base and find source for a webpage