My personal choice is Chrome with developer tools. Inspect the item for css debugging and the Scripts tab for debugging javascript source code. You can also use js logging console
But in fact, the website should also support debugging. In production versions, as a rule, css and js files are minimized and combined, which is difficult to debug.
source share