VS2015 Remote Debugging JavaScript – Resources
Some of the resource I have found useful in the past. I'll keep updating the list as and when I find good article. Please feel free to send me your list too!
If you are a debugging guru and you like to deal with bit and bytes then you may find following blog useful. Starting with Windows 8, you can identify JavaScript function or line of code that was executing when the dump was captured.
You can also use standalone tools like PerfView (no installation required) to identify offending JavaScript code.
DebugDiag is another tool you may want to become familiar with. It allows you to automate some of the debugging work so you can spend more time designing and developing applications.
Note: You may blogs published by my colleagues and me at PFE – Developer Notes for The Field.