Debugging is the process of examining the state of a program - generally with a debugging tool - while it is running and attempting to find bugs that cause it to behave abnormally.

learn more… | top users | synonyms

1
vote
0answers
76 views

Modern analog of DDD (Data Display Debugger)

I if there are visual applications for debugging code in popular languages (like C, Pytho, Javascript). By visual I do not mean debugger with UI which is bundled with almost every IDE, I'm rather ...
-3
votes
0answers
75 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 ...