I have coworkers who only use 2 of chromes debugging tools: the console and the network tab. They dont know about breakpoints, mapped typescript/react files, or local overrides. Every time they come to me with some issue they're facing, I have them set up breakpoints first before we do anything. Usually that's all that we need to do, and we figure out the problem in about 5mins
> breakpoints Because they suck. Afaik there is no way to setup triggers like break if variable X created break if variable Y >= 123 break before calling Z web api/method
https://developer.chrome.com/docs/devtools/javascript/breakp...