Tagged Questions
-3
votes
0answers
70 views
How to identify code or solve issue which makes browser (chrome) crash
Is there any standard practices to solve/debug issues which makes browser crash?
I have been debugging my code using Chrome Javascript console.
But Chrome crashes at a certain point. I do not know ...
11
votes
2answers
6k views
A good IDE for NodeJS - debugging especially important [closed]
Have a significant amount of a Data Warehousing application written in Javascript.
The application is set up so that the Javascript code runs in a web browser (Chrome). Of course, running a Data ...