Ignore List Throubleshooting LWC

Ignore List lets you ignore selected JavaScript files when using DevTools, so that you only pause on your own exceptions. This allows you to ignore framework code that you don’t want to troubleshoot.

				
					In Settings, click Ignore List.
Click Add pattern.
Enter /aura_prod.*.js$ and then click Add.
Click Add pattern.
Enter /components/.*.js$ and then click Add.
Close Settings.				
			

Useful Link