javascript - Debugging heavy single page application -


we're developing quite heavy single page application (spa). however, started crash time time , appears impossible debug it. traditional tools such firebug or chrome's tools not useful (perhaps not used correctly?).

is there tool allow me view crash log of tab find caused memory leak (or whatever reason crash was)?

thanks

you can try use chromium kind of browser developers.

it has batch of plugins debugging , testing websites , spa.

for example memory leaking can try use leaksanitizer.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -