Visual Studio Code – Debug WinJS application in production
Given there's installed third-party Windows Store application that needs to be trouble-shooted and debugged, what are the options to debug it? Some values may not be serializable, a logger would be useful but less preferable. This is WinJS application that…